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

@@ -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;