Verbesserung GUI-Design
This commit is contained in:
@@ -86,14 +86,14 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 375px;
|
||||
height: 613px;
|
||||
height: 574px;
|
||||
margin: 0 auto;
|
||||
margin-top: 10px;
|
||||
margin-left: 8%;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 375px;
|
||||
height: 613px;
|
||||
height: 574px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top:0%;
|
||||
bottom: auto;
|
||||
@@ -332,7 +332,7 @@
|
||||
<asp:LinkButton ID="btn_Back" runat="server" Width="265" CssClass="btn btn-primary" CausesValidation="false" OnClick="btn_Back_Click" style="margin-left:59px;font-weight:300;font-size:20px" Height="40px"><center><label for="btn_Back" style="margin:0px 2px 2px auto" runat="server"><center>Back</center></label></center></asp:LinkButton>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:42px;font-size:14px">
|
||||
<tr style="color:#003680; height:42px;font-size:14px;width:210px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:94px;font-size:19px;font-weight:300"></asp:Label>
|
||||
</td></tr>
|
||||
@@ -340,15 +340,15 @@
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="Label1" Text="Geben Sie Ihre hinterlegte E-Mail-Adresse ein, um einen Link zum Rücksetzen des Passwortes zu erhalten." runat="server" style=" background-color:#fff; color:#003680; font-size:12px"></asp:Label>
|
||||
</td></tr> -->
|
||||
<tr style="color:#003680; height:38px;">
|
||||
<tr style="color:#003680; height:38px;width:210px">
|
||||
<td align="right" colspan="2">
|
||||
<asp:label ID="lbl_filldatahere" runat="server" Text="Fill your data in here:" Font-Size="19px" style="margin-left:105px; margin-top:-4px;color:#003680;font-weight:300"></asp:label>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:38px;"><td colspan="2">
|
||||
<tr style="color:#003680; height:38px;width:210px"><td colspan="2">
|
||||
<asp:TextBox ID="txt_CustomerID" CssClass="bg-UID-icon" runat="server" ValidationGroup="val-desk" SetFocusOnError="true" Width="265" Placeholder="Customer-ID" style="margin-left:60px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" Font-Size="1.125em"></asp:TextBox>
|
||||
<asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="txt_CustomerID" SetFocusOnError="true" ForeColor="Red" Text="*" ErrorMessage="*" ValidationGroup="val-desk"></asp:RequiredFieldValidator>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:38px;">
|
||||
<tr style="color:#003680; height:38px;width:210px">
|
||||
<td align="left" colspan="2">
|
||||
<asp:TextBox ID="txtEmail" runat="server" Width="265" ValidationGroup="val-desk" ForeColor="Red" Font-Size="1.125em" Placeholder="E-Mail" CssClass="bg-email-icon" style="margin-left:60px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;"/>
|
||||
<asp:RequiredFieldValidator ID="valreqtxtEmail" ControlToValidate="txtEmail" SetFocusOnError="true" ValidationGroup="val-desk" runat="server" Text="*" ErrorMessage="*" ForeColor="Red"></asp:RequiredFieldValidator>
|
||||
@@ -358,7 +358,7 @@
|
||||
<asp:TextBox ID="txt_Username" runat="server" CssClass="bg-user-icon" ValidationGroup="val-desk" Placeholder="Username" Font-Size="1.125em" Width="265" style="margin-left:60px;color:#003680;margin-bottom:-6px;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" />
|
||||
<asp:RequiredFieldValidator ID="valreqtxtusername" SetFocusOnError="true" ControlToValidate="txt_Username" ValidationGroup="val-desk" runat="server" ForeColor="Red" Text="" ErrorMessage="*"></asp:RequiredFieldValidator>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:52px;"><td>
|
||||
<tr style="color:#003680; height:52px;width:210px"><td>
|
||||
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:57px;margin-top:15px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:38px;width:210px">
|
||||
@@ -369,7 +369,7 @@
|
||||
<asp:RegularExpressionValidator ControlToValidate="txtEmail" runat="server" ID="regexval_txt_Email" ValidationGroup="val-desk" ValidationExpression="[\w\.]{0,2}\@[\w]+(?:\.[\w]{3}|\.[\w]{2}\.[\w]{2}|\.[\w]{2})\b" Display="Dynamic" ForeColor="Red" ErrorMessage="The Mail format is not correct!" SetFocusOnError="true"></asp:RegularExpressionValidator>
|
||||
<asp:RegularExpressionValidator ControlToValidate="txtEmail" runat="server" ID="regexval_txt_Email_2" ValidationGroup="val-desk" ValidationExpression="[\w\.]{0,2}\@(\bverag.ag\b)" Display="Dynamic" SetFocusOnError="true" style="font-size:1em" ErrorMessage="The Domain is not correct." ForeColor="Red"></asp:RegularExpressionValidator>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<tr style="width:210px">
|
||||
<td>
|
||||
<asp:Button Text="back" ID="btn_BACKafterlogin" style="background-color:#003680;color:#fff;visibility:hidden;margin-left:10px;" runat="server" />
|
||||
<asp:Button Text="sendtestMail" ClientIDMode="Predictable" ID="btn_Testmail" OnClick="btn_Testmail_Click" style="background-color:#043381; color:gray;margin-left:20px" runat="server" />
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
|
||||
.container-fluid {
|
||||
width: 322.98px;
|
||||
height: 613px;
|
||||
height: 483px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top:2px;
|
||||
bottom: auto;
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
#content_container {
|
||||
width: 322.98px;
|
||||
height: 613px;
|
||||
height: 483px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user