Designänderungen
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
height: 379px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
margin-top: 40px;
|
||||
margin-top: 220px;
|
||||
}
|
||||
|
||||
#tbl_main {
|
||||
@@ -64,10 +64,9 @@
|
||||
font-size: 2.55em;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.txt_design {
|
||||
color: #003680;
|
||||
font-size: 1.45em;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#CustomerID {
|
||||
@@ -76,6 +75,12 @@
|
||||
}
|
||||
|
||||
#lbl_Hinweis {
|
||||
font-size: 1.188em;
|
||||
font-size: 1.196em;
|
||||
color: dimgrey;
|
||||
}
|
||||
#btn_submitpw{
|
||||
background-color:#003680;
|
||||
color:#fff;
|
||||
width:200px;
|
||||
height:35px;
|
||||
}
|
||||
@@ -27,7 +27,7 @@
|
||||
height: 379px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
margin-top: 40px;
|
||||
margin-top: 220px;
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
.txt_design {
|
||||
color: #003680;
|
||||
font-size: 1.45em;
|
||||
font-size: 1.65em;
|
||||
}
|
||||
|
||||
#CustomerID {
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
height: 379px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
margin-top: 40px;
|
||||
|
||||
margin-top: 220px;
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
@@ -46,8 +45,7 @@
|
||||
font-size: 2.55em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.txt_design {
|
||||
color: #003680;
|
||||
font-size: 1.45em;
|
||||
font-size: 1.65em;
|
||||
}
|
||||
@@ -86,7 +86,7 @@
|
||||
<td colspan="4">
|
||||
<asp:TextBox id="txt_Pw" runat="server" TextMode="Password" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged"></asp:TextBox>
|
||||
</td>
|
||||
<tr style="color:#003680;height:36.67px;">
|
||||
<tr style="color:#003680;height:38.67px;">
|
||||
<td colspan="4">
|
||||
<asp:Label ID="lbl_Hinweis" runat="server" Text="Das Passwort muss über mindestens 4 Stellen, ein Sonderzeichen einen Groß- sowie einen Kleinbuchstaben bei maximal 30 Zeichen verfügen."></asp:Label>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user