Änderungen design hin zu centern von aller pages vom login

This commit is contained in:
ja
2021-10-14 17:04:44 +02:00
parent 4ecb221600
commit 9f3bb92bcc
2 changed files with 16 additions and 7 deletions

View File

@@ -79,21 +79,27 @@
border: 1px solid gray
}
#content_container {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: 20px;
margin: auto;
top: 50%;
left: 50%;
transform: translate(0, -50%);
}
.container-fluid {
position:absolute;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 220px;
margin: auto;
top: 50%;
left: 50%;
transform: translate(0, -50%);
}
#tbl_main {

View File

@@ -100,7 +100,7 @@
overflow-y: clip;
}
#content_container {
#content_container {
display: flex;
justify-content: center;
align-items: center;
@@ -108,14 +108,17 @@
height: 613px;
margin: 0 auto;
margin-top: 0px;
}
.container-fluid {
width: 400px;
height: 713px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 150%;
height: 613px;
}
#tbl_main_M {
@@ -214,7 +217,7 @@
<tr style="color:#003680;height:36.67px;">
<td>
<asp:Button ID="btn_submitpw_M" runat="server" Text="Change the password!" OnClick="btn_submitpw_Click" Width="290px" style="margin-left:15px;border:none;margin-top:1px"/>
<asp:Button ID="btn_submitpw_M" runat="server" Text="Change the password!" OnClick="btn_submitpw_Click" Width="290px" style="margin-left:15px;border:none;height:40px;margin-top:1px"/>
</td>
</tr>
<tr style="color:#003680;height:20px;">