Designänderungen

This commit is contained in:
ja
2021-10-06 16:49:38 +02:00
parent 77f663d96c
commit bc874b224e
5 changed files with 16 additions and 13 deletions

View File

@@ -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;
}

View File

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

View File

@@ -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;
}

View File

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