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 {
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 {

View File

@@ -94,7 +94,7 @@
border: 1px solid gray;
width: 295px;
height: 713px;
margin-left:-2px;
margin-left:2px;
}
#lbl_Ueberschrift_M {
background-color: #003680;
@@ -131,7 +131,7 @@
color: #fff;
width: 325px;
height: 32px;
margin-bottom: -70px;
margin-bottom: -50px;
margin-left:16px;
padding-inline: 2px 2px;
padding: -10px 0px 12px 1px;
@@ -280,8 +280,8 @@
<center>
<!-- Große Bildschirme-->
<div class="d-none d-md-block">
<table id="tbl_main" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
<tr style="color:#003680;height:35px;">
<table id="tbl_main" cellpadding="0" style="margin: 15% 2px 2px 2px; border:none;">
<tr style="color:#003680;height:45px;">
<td>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;height:31px;font-weight:300"/>
</td>

View File

@@ -114,7 +114,7 @@
align-items: center;
width: 395px;
height: 613px;
margin: 0 auto;
margin: 0 auto auto -2px;
margin-top: 0px;
}
@@ -126,7 +126,7 @@
bottom: auto;
left: -192px;
right: 520px;
margin: auto;
margin: auto auto auto -2px;
}
#tbl_main_M {
font-family: Arial;
@@ -134,6 +134,7 @@
border: 1px solid gray;
width: 295px;
height: 613px;
margin: auto auto auto -2px;
}
#lbl_Ueberschrift_M {
background-color: #003680;
@@ -150,13 +151,11 @@
color: #003680;
font-size: 1.85em;
}
.txt_design2 {
color: #003680;
font-size: 1.895em;
margin-right: 1px;
}
#Login1_LoginButton_M {
background-color: #003680;
color: #fff;
@@ -166,18 +165,15 @@
padding-inline: 2px 2px;
padding: 12px 1px 0px 1px;
}
#Password_M {
margin-right: -20px;
margin-top:-20px;
border-radius: 5px 5px 5px 5px;
}
#UserName_M {
font-size: 17px;
border-radius: 5px 5px 5px 5px;
}
#CustomerID_M {
color: #003680;
font-size: 1.125em;
@@ -192,7 +188,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
.bg-user-icon {
background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white;
padding-left: 28px;
@@ -202,7 +197,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
.bg-key-icon {
background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white;
padding-left: 28px;
@@ -213,7 +207,6 @@
border-radius: 5px 5px 5px 5px;
margin-left: -4px;
}
.bg-UID-icon {
background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white;
padding-left: 28px;
@@ -224,7 +217,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
#Login1_btn_ForgotPW_M{
font-size:17px;
margin-top:80px;
@@ -357,7 +349,7 @@
</td>
</tr>
<tr style="color:#003680; height:143px;">
<td align="left" colspan="2">
<td align="left" colspan="4">
<asp:LinkButton ID="LoginButton_M" runat="server" CommandName="Login" BorderStyle="None" ValidationGroup="Login_M" CssClass="btn btn-primary" target="_top" OnClientClick="bust2()" Width="320px" Font-Size="20px" style="margin-left:22px; padding:0px 0px 0px 0px;background-color:#003680;height:52px"><center><label for="LoginButton_M" style="margin:0 auto; margin-top:13px">Login</label></center></asp:LinkButton>
</td>
</tr>