Änderungen Css nun sind alle Fenster zentriert horizontal und vertikal

This commit is contained in:
ja
2021-11-23 09:17:34 +01:00
parent 4c3e583008
commit 2e65a873f2
5 changed files with 66 additions and 28 deletions

View File

@@ -96,6 +96,17 @@
border-radius: 5px 5px 5px 5px;
margin-left: -4px;
}
.container-fluid {
width: 395px;
height:413px;
position:absolute;
background-color: rgba(255,255,255,0.5);
top:44%;
bottom: 50%;
left: 50%;
right: 50%;
margin: -148px auto auto -180px;
}
@media (max-width: 558.98px) {
body {
font-family: 'Poppins', sans-serif;
@@ -268,15 +279,28 @@
overflow-x: clip;
max-width: 323px;
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 325px;
height: 613px;
margin: 0 auto auto 9%;
margin-top: 0px;
}
.container-fluid {
width: 395px;
height: 613px;
background-color: rgba(255,255,255,0.5);
top:0%;
bottom: auto;
left: -2px;
right: 2020px;
margin: auto;
}
#content_container {
width: 325px;
height: 613px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
margin-top: 0px;
margin-left: 5%;
}
bg-email-icon {
background: url("../../images/Icons/service/mail-icon.gif") no-repeat 1.75% 10px white;
margin-left:30px;
@@ -378,7 +402,7 @@
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" DisplayRememberMe="true" DestinationPageUrl="../Customers/CustomsAviso.aspx" ValidateRequestMode="Enabled">
<LayoutTemplate>
<center>
<table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none">
<table id="tbl_main" cellpadding="0" style="border:none;">
<tr style="color:#003680; height:30px;">
<td align="left" style="color:#fff;font-kerning:auto;">
<asp:Label ID="lbl_login" runat="server" Text="Login" style=" color: #003680;font-size: 2.320901320901321em; font-weight: 600; margin-left:149px;"></asp:Label>
@@ -432,7 +456,7 @@
<asp:Login ID = "Login2" runat = "server" OnAuthenticate= "ValidateUser" DisplayRememberMe="true" DestinationPageUrl="../Customers/CustomsAviso.aspx" ValidateRequestMode="Enabled">
<LayoutTemplate>
<center>
<table id="tbl_main_M" cellpadding="0" style="margin: 4px 0px 4px 4px;border:none">
<table id="tbl_main_M" cellpadding="0" style="margin: 0 auto;border:none">
<tr style="color:#003680; height:30px;">
<td align="left" style="color:#fff;font-kerning:auto;">
<asp:Label ID="lbl_login_M" runat="server" Text="Login" style=" color: #003680;font-size: 2.320901320901321em; font-weight: 800; margin-left:132px;margin-top:20px"></asp:Label>