ForgotPW Änderungen GUI

This commit is contained in:
ja
2021-10-25 14:17:58 +02:00
parent 4714ab4822
commit 5bf359d18f
3 changed files with 18 additions and 24 deletions

View File

@@ -17,23 +17,24 @@
}
#content_container {
position: absolute;
display: flex;
display: 690px;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
margin: auto;
margin: 0 auto;
}
.container-fluid {
.container-fluid {
width: 400px;
height: 335px;
height: 430px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;
left: 15%;
left: -20%;
right: 520px;
margin: auto;
margin: 0 auto;
margin-top: 450px;
}
#tbl_main {
@@ -41,7 +42,8 @@
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 280px;
height: 270px;
margin-block: auto auto;
}
#lbl_Ueberschrift {