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: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: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: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: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: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>
|
<asp:CustomValidator ControlToValidate="pickdate2" runat="server" Display="Dynamic" ID="valdaterange_2" OnServerValidate="valdaterange_2_ServerValidate" ErrorMessage="Fehler in Bis-Feld" SetFocusOnError="true"></asp:CustomValidator>
|
||||||
@@ -113,8 +120,7 @@
|
|||||||
<div class="col-12" id="cont3">
|
<div class="col-12" id="cont3">
|
||||||
<div id="Abstand"></div>
|
<div id="Abstand"></div>
|
||||||
<!-- Desktop/Tablet -->
|
<!-- Desktop/Tablet -->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="rowcol1" class="row-cols-1">
|
<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: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: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: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: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>
|
<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>
|
</div>
|
||||||
@@ -194,7 +200,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="Abstand_laenger" style="height:/*24px*/ 1.873536299765808vh;"></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 id="Abstand_lang" style="height: /*32px*/ 2.498048399687744vh;"></div>
|
||||||
<div class="g-3">
|
<div class="g-3">
|
||||||
<div id="conovertab" style="overflow-x:auto;margin-left:-2px">
|
<div id="conovertab" style="overflow-x:auto;margin-left:-2px">
|
||||||
|
|||||||
@@ -49,7 +49,9 @@
|
|||||||
width: 350px;
|
width: 350px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,6 +169,9 @@ hr{
|
|||||||
background-color:lightcoral;
|
background-color:lightcoral;
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
|
body{
|
||||||
|
width:400px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
@@ -226,7 +229,7 @@ hr{
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
#normaltable {
|
#normaltable {
|
||||||
width: 100%;
|
width: /*390px;*/ 85.90308370044053vw;
|
||||||
}
|
}
|
||||||
#conovertab {
|
#conovertab {
|
||||||
/* max-width:width:150px 11.25em;*/
|
/* max-width:width:150px 11.25em;*/
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ ContentPlaceHolder1_Send_Data {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
|
body{
|
||||||
|
width:400px;
|
||||||
|
}
|
||||||
tbody {
|
tbody {
|
||||||
font-size: 3.303964757709251vw;
|
font-size: 3.303964757709251vw;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
width: 350px;
|
width: 350px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,7 +85,8 @@ ContentPlaceHolder1 {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color:#fff;
|
background-color: #fff;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|||||||
@@ -42,12 +42,17 @@ h1 {
|
|||||||
width: 1200px;
|
width: 1200px;
|
||||||
height: 333px;
|
height: 333px;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
|
width:
|
||||||
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
#conovertab {
|
#conovertab {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 430px;
|
height: 350px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
top: 50%;
|
top: 50%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow:clip;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
#Login1_LoginButton {
|
#Login1_LoginButton {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -28,14 +28,14 @@
|
|||||||
}
|
}
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 350px;
|
height: 300px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
top: 50%;
|
top: 50%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: -20%;
|
left: -20%;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top:400px;
|
margin-top:430px;
|
||||||
}
|
}
|
||||||
#tbl_main {
|
#tbl_main {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
|
|||||||
@@ -106,6 +106,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
width:400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
|
|||||||
Reference in New Issue
Block a user