ForgotPW Änderungen GUI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user