Fixed several GUI-Bugs
This commit is contained in:
@@ -49,7 +49,9 @@
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 400px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -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;*/
|
||||
|
||||
@@ -73,6 +73,9 @@ ContentPlaceHolder1_Send_Data {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
width:400px;
|
||||
}
|
||||
tbody {
|
||||
font-size: 3.303964757709251vw;
|
||||
height: auto;
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 400px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user