Änderungen

This commit is contained in:
ja
2021-11-18 15:58:21 +01:00
parent 26b9c81122
commit 6ba2e0d3e0
2 changed files with 101 additions and 78 deletions

View File

@@ -109,9 +109,7 @@
height: 379px;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color:#fff;
font-size: 1.139em;
}
.txt_design {
color: #003680;
@@ -133,3 +131,6 @@
width:200px;
height:35px;
}
#Image2{
margin-left:275px;
}

View File

@@ -128,11 +128,17 @@
padding: -10px 0px 10px 1px;
font-weight:600;
}
#lbl_Ueberschrift_M {
font-size:30px;
margin-left:15px;
background-color: none;
font-size: 1.85em;
color: #003680;
}
#Image2 {
margin-left: 275px;
}
@media (max-width: 323px) {
body {
font-family: 'Poppins', sans-serif;
@@ -147,14 +153,17 @@
overflow-x: clip;
max-width: 323px;
}
h1 {
color: #043381;
font-size: 24px;
}
h2 {
color: #043381;
font-size: 30px;
}
#content_container {
display: flex;
justify-content: center;
@@ -164,6 +173,7 @@
margin: 0 auto;
margin-left: 10%;
}
.container-fluid {
width: 325px;
background-color: rgba(255,255,255,0.5);
@@ -174,6 +184,7 @@
right: 520px;
margin: 0 auto;
}
#tbl_main_M {
font-family: Arial;
font-size: 11px;
@@ -182,6 +193,7 @@
height: 613px;
margin-top: 80px;
}
#btn_submitpw_M {
background-color: #003680;
color: #fff;
@@ -194,9 +206,15 @@
font-weight: 600;
font-size: 14px;
}
#lbl_Ueberschrift_M {
font-size:26px;
margin-left:15px;
background-color: none;
font-size: 1.85em;
color: #003680;
}
#Image2 {
margin-left: 275px;
}
}
</style>
@@ -213,10 +231,10 @@
<table id="main_table" runat="server" cellpadding="0" style="margin: 5% 2px 2px 2px; border:none;width:306px">
<tr style="color:#003680;height:55px;background-color:none">
<td>
<asp:Label ID="lbl_Ueberschrift1" runat="server" Text="Password-Change" style="margin-left:75px;background-color:none;color:#043381" Font-Size="26px" Font-Bold="true" ></asp:Label>
<asp:Label ID="lbl_Ueberschrift_1" runat="server" Text="Password-Change" style="margin-left:46px;font-weight:600;font-size:2.139em;color:#043381"></asp:Label>
</td>
</tr>
<tr style="border:2px solid #003680; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
<tr style="border:2px solid #003680; margin:4px auto 4px 0px;background-color:rgba(255,255,255,0.5)">
<td>
<table>
<tr>
@@ -226,7 +244,7 @@
</tr>
<tr>
<td>
<asp:Label ID="Label2" runat="server" style="color:#003680;margin-left:22px">The Password has to contain:</asp:Label>
<asp:Label ID="Label2" runat="server" style="color:#003680;margin-left:44px">The Password has to contain at least:</asp:Label>
</td>
</tr>
</table>
@@ -261,7 +279,7 @@
</tr>
<tr style="color:#003680;height:10px;">
<td>
<asp:RequiredFieldValidator ID="reqPassw1txt" Enabled="false" style="margin-left:32px;" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" Display="Dynamic" ErrorMessage="*" SetFocusOnError="true"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="reqPassw1txt" Enabled="false" style="margin-left:32px;font-size:1em" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" Display="Dynamic" ErrorMessage="*" SetFocusOnError="true"></asp:RequiredFieldValidator>
</td>
</tr>
@@ -273,7 +291,7 @@
</tr>
<tr>
<td colspan="4">
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="*" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr style="color:#003680;height:35.67px;">
@@ -308,7 +326,11 @@
<td style="width:308px" colspan="2">
<table style="margin-left:42px;height:auto">
<tr>
<td>
<asp:Label ID="Label1" runat="server" style="color:#003680;margin-left:52px">The Password has to contain at least:</asp:Label>
</td>
</tr>
</table>
<ul style="list-style:circle;margin-left:48px">
<li>
<asp:Label ID="Label3" runat="server" style="color:#003680;margin-left:2px">1 Uppercase</asp:Label>