Änderung und Validatorenanpassung
This commit is contained in:
@@ -55,16 +55,16 @@
|
||||
color: #003680;
|
||||
font-size: 1.725em;
|
||||
}
|
||||
.container-fluid {
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 473px;
|
||||
position:absolute;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top:50%;
|
||||
top:44%;
|
||||
bottom: 50%;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin: -140px auto auto -180px;
|
||||
margin: -148px auto auto -180px;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
@@ -87,14 +87,14 @@
|
||||
width: 390px;
|
||||
height: 613px;
|
||||
margin: 0 auto;
|
||||
margin-top: 25%;
|
||||
margin-top: 0px;
|
||||
margin-left: 5%;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 395px;
|
||||
height: 613px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top:50%;
|
||||
top:0%;
|
||||
bottom: auto;
|
||||
left: -2px;
|
||||
right: 2020px;
|
||||
@@ -298,10 +298,10 @@
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<div class="d-none d-md-block">
|
||||
<table id="tbl_main" cellpadding="0" style="border:none; margin-left:-20px">
|
||||
<table id="tbl_main" cellpadding="0" style="border:none; margin-left:-45px;margin-top:2%">
|
||||
<tr style="color:#003680;height:28px;">
|
||||
<td>
|
||||
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
|
||||
<asp:LinkButton ID="btn_Back" runat="server" Width="265" CssClass="btn btn-primary" CausesValidation="false" OnClick="btn_Back_Click" style="margin-left:49px;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">
|
||||
@@ -330,8 +330,8 @@
|
||||
<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:45px;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:49px;"><td>
|
||||
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:49px;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>
|
||||
<tr style="color:#003680; height:52px;"><td>
|
||||
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:47px;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;">
|
||||
<td align="right" colspan="2">
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
<!--Smartphone-Bildschirme-->
|
||||
<div class="d-md-none">
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin:0% 50% 50% 4px; border: none;">
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin:0px 50% 50% 4px; border: none;">
|
||||
<tr style="color:#003680;height:65px;margin-top:-70px">
|
||||
<td>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
|
||||
Reference in New Issue
Block a user