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;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 430px;
|
||||
height: 350px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user