ForgotPW Änderungen GUI
This commit is contained in:
@@ -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;
|
||||
@@ -223,8 +216,7 @@
|
||||
height: 38px;
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user