Änderungen validatoren und GUIDesign

This commit is contained in:
ja
2021-11-19 08:50:48 +01:00
parent 60fd88555a
commit e030a3b1ea
4 changed files with 43 additions and 29 deletions

View File

@@ -10,7 +10,17 @@
overflow-y: clip;
overflow-x: clip;
}
.container-fluid {
width: 500px;
height: 473px;
position: absolute;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: 50%;
left: 50%;
right: 50%;
margin: -140px auto auto -180px;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
@@ -24,27 +34,14 @@
height: 100%;
margin: 0 auto;
}
.container-fluid {
width: 400px;
height: 350px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;
left: -20%;
right: 520px;
margin: 0 auto;
margin-top: 450px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
font-size: 14px;
border: 1px solid gray;
width: 400px;
height: 260px;
margin-block: auto inherit;
margin-top:40px;
margin: 0% -20% 50% 50%;
}
#lbl_Ueberschrift {
@@ -88,7 +85,7 @@
color: #fff;
width: 140px;
height: 25px;
font-size:16px;
font-size:18px;
}
.bg-email-icon {