Änderung Changepassword css

This commit is contained in:
ja
2021-11-19 11:47:58 +01:00
parent e38550f60e
commit 05a56c8ee4
2 changed files with 5 additions and 6 deletions

View File

@@ -111,7 +111,7 @@
#lbl_Ueberschrift { #lbl_Ueberschrift {
background-color: #003680; background-color: #003680;
font-size: 2.55em; font-size: 2.55em;
color:#fff; color: #fff;
} }
.txt_design { .txt_design {
color: #003680; color: #003680;

View File

@@ -221,7 +221,7 @@
<table> <table>
<tr> <tr>
<td> <td>
<asp:Image ID="ImageButton1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:280px"/> <asp:Image ID="ImageButton1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:282px"/>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -255,7 +255,6 @@
<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> <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> </td>
</tr> </tr>
<tr style="color:#003680;height:56.67px;"> <tr style="color:#003680;height:56.67px;">
<td> <td>
<asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:30px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox> <asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:30px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox>
@@ -301,7 +300,7 @@
<table> <table>
<tr> <tr>
<td> <td>
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:290px"/> <asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:282px"/>
</td> </td>
</tr> </tr>
<tr> <tr>