Änderung und Validatorenanpassung
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
.container-fluid {
|
||||
width: 390px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
height: 613px;
|
||||
height:423px;
|
||||
top:50%;
|
||||
bottom: -4px;
|
||||
left: -195px;
|
||||
@@ -213,7 +213,7 @@
|
||||
<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_Ueberschrift1" runat="server" Text="Password-Change" style="margin-left:45px;background-color:none;color:#043381" Font-Size="26px" Font-Bold="true" ></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border:2px solid #003680; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
|
||||
@@ -259,7 +259,8 @@
|
||||
<tr style="color:#003680;height:56.67px;">
|
||||
<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>
|
||||
<span></span>
|
||||
<span></span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -300,7 +301,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:280px"/>
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:290px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -348,7 +349,7 @@
|
||||
</tr>
|
||||
<tr style="color:#003680;height:26.67px;">
|
||||
<td>
|
||||
<asp:Button ID="btn_submitpw_M" runat="server" Text="Change password" OnClick="btn_submitpw_M_Click" Width="290px" style="margin-left:4%;margin-right:auto;border:none;height:40px;margin-top:1px"/>
|
||||
<asp:Button ID="btn_submitpw_M" runat="server" Text="Change password" OnClick="btn_submitpw_M_Click" Width="290px" style="margin-left:1%;margin-right:auto;border:none;height:40px;margin-top:1px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:20px;">
|
||||
|
||||
Reference in New Issue
Block a user