Fixed several GUI-Bugs

This commit is contained in:
ja
2021-11-10 16:42:24 +01:00
parent 3066394a1f
commit 094c9f9758
10 changed files with 38 additions and 15 deletions

View File

@@ -49,7 +49,9 @@
width: 350px;
overflow-x: auto;
}
body {
width: 400px;
}
h1 {
font-size: 12px;
}

View File

@@ -169,6 +169,9 @@ hr{
background-color:lightcoral;
}
@media (max-width: 558.98px) {
body{
width:400px;
}
h1 {
color: #043381;
font-size: 22px;
@@ -226,7 +229,7 @@ hr{
width: fit-content;
}
#normaltable {
width: 100%;
width: /*390px;*/ 85.90308370044053vw;
}
#conovertab {
/* max-width:width:150px 11.25em;*/

View File

@@ -73,6 +73,9 @@ ContentPlaceHolder1_Send_Data {
width: 100%;
}
@media (max-width: 558.98px) {
body{
width:400px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;

View File

@@ -20,7 +20,9 @@
width: 350px;
overflow-x: auto;
}
body {
width: 400px;
}
h1 {
font-size: 12px;
}

View File

@@ -85,7 +85,8 @@ ContentPlaceHolder1 {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
background-color: #fff;
width: 400px;
}
table {
border-collapse: collapse;

View File

@@ -42,12 +42,17 @@ h1 {
width: 1200px;
height: 333px;
}
body{
width:
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
overflow-x: auto;
}
body {
width: 400px;
}
h1 {
color: #043381;
font-size: 22px;

View File

@@ -27,7 +27,7 @@
.container-fluid {
width: 400px;
height: 430px;
height: 350px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;

View File

@@ -8,8 +8,8 @@
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
overflow:clip;
background-color: #fff;
overflow: clip;
}
#Login1_LoginButton {
color: #fff;
@@ -28,14 +28,14 @@
}
.container-fluid {
width: 400px;
height: 350px;
height: 300px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;
left: -20%;
right: 520px;
margin: 0 auto;
margin-top:400px;
margin-top:430px;
}
#tbl_main {
font-family: Arial;