Fixed several GUI-Bugs
This commit is contained in:
@@ -102,7 +102,14 @@
|
||||
<asp:TextBox ID="pickdate1" Type="Date" CssClass="classTarget" runat="server" ClientIDMode="Predictable"></asp:TextBox>
|
||||
<asp:RequiredFieldValidator ControlToValidate="pickdate1" Display="Dynamic" ID="valreq_pickdate1" runat="server" ErrorMessage=""></asp:RequiredFieldValidator>
|
||||
<asp:CustomValidator runat="server" ID="valdaterage_1" OnServerValidate="valdaterage_1_ServerValidate" ControlToValidate="pickdate1" ForeColor="Red" Display="Dynamic" ErrorMessage="Fehler in Von-Feld" SetFocusOnError="true"></asp:CustomValidator>
|
||||
<asp:Label ID="lbl_bis" runat="server" Text="To:"></asp:Label>
|
||||
<!-- Desktop/Tablet -->
|
||||
<div class="d-none d-md-block">
|
||||
<asp:Label ID="lbl_bis" runat="server">Zu:</asp:Label>
|
||||
</div>
|
||||
<!-- Mobil -->
|
||||
<div class="d-md-none">
|
||||
<asp:Label ID="Label1" runat="server" style="margin-left:6px">Zu:</asp:Label>
|
||||
</div>
|
||||
<asp:Textbox ID="pickdate2" Type="Date" CssClass="classTarget" runat="server"></asp:Textbox>
|
||||
<asp:RequiredFieldValidator ControlToValidate="pickdate2" Display="Dynamic" ID="valreq_pickdate2" runat="server" ErrorMessage=""></asp:RequiredFieldValidator>
|
||||
<asp:CustomValidator ControlToValidate="pickdate2" runat="server" Display="Dynamic" ID="valdaterange_2" OnServerValidate="valdaterange_2_ServerValidate" ErrorMessage="Fehler in Bis-Feld" SetFocusOnError="true"></asp:CustomValidator>
|
||||
@@ -114,7 +121,6 @@
|
||||
<div id="Abstand"></div>
|
||||
<!-- Desktop/Tablet -->
|
||||
<div class="d-none d-md-block">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div id="rowcol1" class="row-cols-1">
|
||||
@@ -161,7 +167,7 @@
|
||||
<asp:TextBox ID="txt_Absender_M" runat="server" PlaceHolder="Sender" style="width:155px;"></asp:TextBox>
|
||||
<asp:RequiredFieldValidator ControlToValidate="txt_Absender_M" runat="server" style="width:155px;margin-left:18px" Enabled="false" ID="req_txt_Absender_M" ErrorMessage="*" ForeColor="Red"></asp:RequiredFieldValidator>
|
||||
<asp:RegularExpressionValidator ControlToValidate="txt_Absender_M" runat="server" ID="regex_txt_Absender_M" Enabled="false" ValidationExpression="[^!,]{2,90}" ForeColor="Red" SetFocusOnError="true" Display="Dynamic" ErrorMessage="Wrong Input! Try again!"></asp:RegularExpressionValidator>
|
||||
<asp:TextBox ID="txt_Empfaenger_M" runat="server" PlaceHolder="Receiver" style="width:155px;margin-left:-3px"></asp:TextBox>
|
||||
<asp:TextBox ID="txt_Empfaenger_M" runat="server" PlaceHolder="Receiver" style="width:155px;margin-left:4px"></asp:TextBox>
|
||||
<asp:RequiredFieldValidator ControlToValidate="txt_Empfaenger_M" runat="server" ID="reqval_txt_Empfaenger_M" ForeColor="Red" Enabled="false" Display="Dynamic"></asp:RequiredFieldValidator>
|
||||
<asp:RegularExpressionValidator ControlToValidate="txt_Empfaenger_M" ID="regex_txt_Empaenger_M" runat="server" ForeColor="Red" Enabled="false" ValidationExpression="[^!,]{2,90}" Display="Dynamic" style="width:105px;margin-left:13px" SetFocusOnError="true" ErrorMessage="Error! Try again!"></asp:RegularExpressionValidator>
|
||||
</div>
|
||||
@@ -194,7 +200,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="Abstand_laenger" style="height:/*24px*/ 1.873536299765808vh;"></div>
|
||||
<asp:Button ID="Button1" CssClass="btn btn-primary" runat="server" Text="Get Invoices" OnClick="btn_b_Click" />
|
||||
<asp:Button ID="Button1" CssClass="btn btn-primary" runat="server" Text="Erhalte Rechnungen" OnClick="btn_b_Click" />
|
||||
<div id="Abstand_lang" style="height: /*32px*/ 2.498048399687744vh;"></div>
|
||||
<div class="g-3">
|
||||
<div id="conovertab" style="overflow-x:auto;margin-left:-2px">
|
||||
|
||||
@@ -49,7 +49,9 @@
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 400px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -169,6 +169,9 @@ hr{
|
||||
background-color:lightcoral;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
width:400px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
@@ -226,7 +229,7 @@ hr{
|
||||
width: fit-content;
|
||||
}
|
||||
#normaltable {
|
||||
width: 100%;
|
||||
width: /*390px;*/ 85.90308370044053vw;
|
||||
}
|
||||
#conovertab {
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
|
||||
@@ -73,6 +73,9 @@ ContentPlaceHolder1_Send_Data {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
width:400px;
|
||||
}
|
||||
tbody {
|
||||
font-size: 3.303964757709251vw;
|
||||
height: auto;
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 400px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -85,7 +85,8 @@ ContentPlaceHolder1 {
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color:#fff;
|
||||
background-color: #fff;
|
||||
width: 400px;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
|
||||
@@ -42,12 +42,17 @@ h1 {
|
||||
width: 1200px;
|
||||
height: 333px;
|
||||
}
|
||||
body{
|
||||
width:
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
#conovertab {
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 400px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 430px;
|
||||
height: 350px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow:clip;
|
||||
overflow: clip;
|
||||
}
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
@@ -28,14 +28,14 @@
|
||||
}
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 350px;
|
||||
height: 300px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: -20%;
|
||||
right: 520px;
|
||||
margin: 0 auto;
|
||||
margin-top:400px;
|
||||
margin-top:430px;
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
|
||||
Reference in New Issue
Block a user