Änderungen TB von text zu Placeholdern

This commit is contained in:
ja
2021-10-18 10:53:53 +02:00
parent 5c5515ca1d
commit db501be93a
5 changed files with 34 additions and 44 deletions

View File

@@ -82,9 +82,9 @@
padding-left: 28px;
padding-right: 50px;
width: 227px;
height: 28px;
height: 32px;
border: 1px gray solid;
border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 5px 5px;
margin-left: -4px;
}
@media (max-width: 558.98px) {
@@ -106,9 +106,9 @@
justify-content: center;
align-items: center;
width: 400px;
height: 613px;
height: 513px;
margin: 0 auto;
margin-top: 250px;
margin-left:10%;
}
.container-fluid {
@@ -175,12 +175,12 @@
</td>
</tr>
<tr style="color:#003680;height:36.67px;">
<tr style="color:#003680;height:15.67px;">
<td>
<asp:Button ID="btn_submitpw" runat="server" Text="Change the password!" OnClick="btn_submitpw_Click" Width="250px" style="margin-left:38px;border:none"/>
</td>
</tr>
<tr style="color:#003680;height:20px;">
<tr style="color:#003680;height:10px;">
<td>
<asp:RequiredFieldValidator ID="reqPasswtxt" style="margin-left:32px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
<asp:CompareValidator ID="confirmPasswordReq" style="margin-left:32px;" runat="server" ControlToCompare="txt_Pw" ControlToValidate="txt_Pw_WH" ErrorMessage="Please try again! The passwords didn't match." Display="Dynamic" ForeColor="Red"></asp:CompareValidator>