ForgotPW Änderungen GUI
This commit is contained in:
@@ -17,23 +17,24 @@
|
|||||||
}
|
}
|
||||||
#content_container {
|
#content_container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: 690px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 335px;
|
height: 430px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
top: 50%;
|
top: 50%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: 15%;
|
left: -20%;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: auto;
|
margin: 0 auto;
|
||||||
|
margin-top: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tbl_main {
|
#tbl_main {
|
||||||
@@ -41,7 +42,8 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 280px;
|
height: 270px;
|
||||||
|
margin-block: auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lbl_Ueberschrift {
|
#lbl_Ueberschrift {
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
width: 295px;
|
width: 295px;
|
||||||
height: 713px;
|
height: 713px;
|
||||||
margin-left:-2px;
|
margin-left:2px;
|
||||||
}
|
}
|
||||||
#lbl_Ueberschrift_M {
|
#lbl_Ueberschrift_M {
|
||||||
background-color: #003680;
|
background-color: #003680;
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
width: 325px;
|
width: 325px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
margin-bottom: -70px;
|
margin-bottom: -50px;
|
||||||
margin-left:16px;
|
margin-left:16px;
|
||||||
padding-inline: 2px 2px;
|
padding-inline: 2px 2px;
|
||||||
padding: -10px 0px 12px 1px;
|
padding: -10px 0px 12px 1px;
|
||||||
@@ -280,8 +280,8 @@
|
|||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<table id="tbl_main" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
|
<table id="tbl_main" cellpadding="0" style="margin: 15% 2px 2px 2px; border:none;">
|
||||||
<tr style="color:#003680;height:35px;">
|
<tr style="color:#003680;height:45px;">
|
||||||
<td>
|
<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"/>
|
<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>
|
</td>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 395px;
|
width: 395px;
|
||||||
height: 613px;
|
height: 613px;
|
||||||
margin: 0 auto;
|
margin: 0 auto auto -2px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: -192px;
|
left: -192px;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: auto;
|
margin: auto auto auto -2px;
|
||||||
}
|
}
|
||||||
#tbl_main_M {
|
#tbl_main_M {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
@@ -134,6 +134,7 @@
|
|||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
width: 295px;
|
width: 295px;
|
||||||
height: 613px;
|
height: 613px;
|
||||||
|
margin: auto auto auto -2px;
|
||||||
}
|
}
|
||||||
#lbl_Ueberschrift_M {
|
#lbl_Ueberschrift_M {
|
||||||
background-color: #003680;
|
background-color: #003680;
|
||||||
@@ -150,13 +151,11 @@
|
|||||||
color: #003680;
|
color: #003680;
|
||||||
font-size: 1.85em;
|
font-size: 1.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.txt_design2 {
|
.txt_design2 {
|
||||||
color: #003680;
|
color: #003680;
|
||||||
font-size: 1.895em;
|
font-size: 1.895em;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Login1_LoginButton_M {
|
#Login1_LoginButton_M {
|
||||||
background-color: #003680;
|
background-color: #003680;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -166,18 +165,15 @@
|
|||||||
padding-inline: 2px 2px;
|
padding-inline: 2px 2px;
|
||||||
padding: 12px 1px 0px 1px;
|
padding: 12px 1px 0px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Password_M {
|
#Password_M {
|
||||||
margin-right: -20px;
|
margin-right: -20px;
|
||||||
margin-top:-20px;
|
margin-top:-20px;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#UserName_M {
|
#UserName_M {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#CustomerID_M {
|
#CustomerID_M {
|
||||||
color: #003680;
|
color: #003680;
|
||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
@@ -192,7 +188,6 @@
|
|||||||
border: 1px gray solid;
|
border: 1px gray solid;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-user-icon {
|
.bg-user-icon {
|
||||||
background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white;
|
background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white;
|
||||||
padding-left: 28px;
|
padding-left: 28px;
|
||||||
@@ -202,7 +197,6 @@
|
|||||||
border: 1px gray solid;
|
border: 1px gray solid;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-key-icon {
|
.bg-key-icon {
|
||||||
background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white;
|
background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white;
|
||||||
padding-left: 28px;
|
padding-left: 28px;
|
||||||
@@ -213,7 +207,6 @@
|
|||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-UID-icon {
|
.bg-UID-icon {
|
||||||
background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white;
|
background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white;
|
||||||
padding-left: 28px;
|
padding-left: 28px;
|
||||||
@@ -224,7 +217,6 @@
|
|||||||
border: 1px gray solid;
|
border: 1px gray solid;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Login1_btn_ForgotPW_M{
|
#Login1_btn_ForgotPW_M{
|
||||||
font-size:17px;
|
font-size:17px;
|
||||||
margin-top:80px;
|
margin-top:80px;
|
||||||
@@ -357,7 +349,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680; height:143px;">
|
<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>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user