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; height: 379px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: 0 auto; margin: 0 auto;
margin-top: 40px; margin-top: 220px;
} }
#tbl_main { #tbl_main {
@@ -64,10 +64,9 @@
font-size: 2.55em; font-size: 2.55em;
color:#fff; color:#fff;
} }
.txt_design { .txt_design {
color: #003680; color: #003680;
font-size: 1.45em; font-size: 18px;
} }
#CustomerID { #CustomerID {
@@ -76,6 +75,12 @@
} }
#lbl_Hinweis { #lbl_Hinweis {
font-size: 1.188em; font-size: 1.196em;
color: dimgrey; color: dimgrey;
}
#btn_submitpw{
background-color:#003680;
color:#fff;
width:200px;
height:35px;
} }

View File

@@ -27,7 +27,7 @@
height: 379px; height: 379px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: 0 auto; margin: 0 auto;
margin-top: 40px; margin-top: 220px;
} }
#tbl_main { #tbl_main {
font-family: Arial; font-family: Arial;
@@ -44,7 +44,7 @@
.txt_design { .txt_design {
color: #003680; color: #003680;
font-size: 1.45em; font-size: 1.65em;
} }
#CustomerID { #CustomerID {

View File

@@ -23,12 +23,11 @@
margin-top: 20px; margin-top: 20px;
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 379px; height: 379px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: 0 auto; margin: 0 auto;
margin-top: 40px; margin-top: 220px;
} }
#tbl_main { #tbl_main {
font-family: Arial; font-family: Arial;
@@ -46,8 +45,7 @@
font-size: 2.55em; font-size: 2.55em;
color: #fff; color: #fff;
} }
.txt_design { .txt_design {
color: #003680; color: #003680;
font-size: 1.45em; font-size: 1.65em;
} }

View File

@@ -86,7 +86,7 @@
<td colspan="4"> <td colspan="4">
<asp:TextBox id="txt_Pw" runat="server" TextMode="Password" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged"></asp:TextBox> <asp:TextBox id="txt_Pw" runat="server" TextMode="Password" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged"></asp:TextBox>
</td> </td>
<tr style="color:#003680;height:36.67px;"> <tr style="color:#003680;height:38.67px;">
<td colspan="4"> <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> <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> </td>

View File

@@ -82,7 +82,7 @@
<tr style="color:#003680; height:50px;"> <tr style="color:#003680; height:50px;">
<td align="right"> <td align="right">
<asp:Label ID="CustomerIDLabel" runat="server" AssociatedControlID="CustomerID" CssClass="txt_design">Kundennummer:</asp:Label> <asp:Label ID="CustomerIDLabel" runat="server" AssociatedControlID="CustomerID" CssClass="txt_design">Kundennummer:</asp:Label>
</td> </td>
<td> <td>
<asp:TextBox ID="CustomerID" runat="server" TextMode="Number" required="true"></asp:TextBox> <asp:TextBox ID="CustomerID" runat="server" TextMode="Number" required="true"></asp:TextBox>
<asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="CustomerID" ErrorMessage="Die Kundennummer ist erforderlich." ToolTip="Die Kundennummer ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator> <asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="CustomerID" ErrorMessage="Die Kundennummer ist erforderlich." ToolTip="Die Kundennummer ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>