Anpassungen GUI

This commit is contained in:
ja
2021-11-10 15:42:41 +01:00
parent 5db3122469
commit b639eb140b
3 changed files with 35 additions and 26 deletions

View File

@@ -6,7 +6,10 @@ h1 {
color: #043381;
font-size: 32px;
}
h2 {
color: #043381;
font-size: 28px;
}
#normaltable {
width: 1500px;
}
@@ -170,6 +173,10 @@ hr{
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border:1px solid grey;

View File

@@ -3,7 +3,6 @@
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
@@ -65,21 +64,38 @@ ContentPlaceHolder1_Send_Data {
height: 15px;
width: 240px;
}
.g-3 {
border: /*1.8px*/ 0.0706436420722135vw #808080 ridge;
margin-left: 12px
}
#normaltable {
width: 100%;
}
@media (max-width: 558.98px) {
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable {
width: 10%;
}
#conovertab {
width: 325px;
/* 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;
}
#tableSearch {
max-width: 50%;
h2 {
color: #043381;
font-size: 30px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
@@ -94,22 +110,8 @@ ContentPlaceHolder1_Send_Data {
}
#cont4 {
min-width: 750px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable {
width: 100%;
}
#conovertab {
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
}
#pickdate1 {
border: 1px solid #000000;
}