Änderungen GUI sowie Anpassungen an Mobilansicht

This commit is contained in:
ja
2021-11-17 11:39:34 +01:00
parent a902f66b93
commit 133c8a02c8
12 changed files with 356 additions and 55 deletions

View File

@@ -161,5 +161,110 @@ ContentPlaceHolder1_Send_Data {
border: 1px solid #000000;
margin-left: 15px;
}
}
@media (max-width: 349.98px) {
body {
width: 349.98px;
max-width: 349.98px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: 349.98px;
max-width: 350px;
}
#normaltable {
width: 10%;
}
#conovertab {
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 30px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 349.98px;
max-width: 349.98px;
}
.flex-fill {
width: 349px;
}
#cont3 {
width: 349.98px;
}
#cont4 {
min-width: 349.98px;
}
#pickdate1 {
border: 1px solid #000000;
}
#pickdate1 {
border: 1px solid #000000;
}
.flex-fill {
width: 349.98px;
}
#cont3 {
width: 349.98px;
}
#cont4 {
min-width: 349.98px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable {
width: 100%;
}
#ContentPlaceHolder1_conovertab {
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
#ContentPlaceHolder1_Send_Data {
height: 15px;
width: 349.98px;
}
#ContentPlaceHolder1_lbl_bis {
border: 1px solid #000000;
margin-left: 15px;
}
#ContentPlaceHolder1_pickdate1 {
border: 1px solid #000000;
margin-left: 15px;
}
}