diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index ad44e84..aad07c3 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -33,6 +33,12 @@ width: 53%; border: 1px solid grey; } + #conovertab{ + margin-left:-38px;width:416px; + } + g-3{ + width:100%; + } @media (max-width: 349.98px) { body { max-width: 349.98px; @@ -52,6 +58,9 @@ width: 53%; border: 1px solid grey; } + #conovertab{ + margin-left:-38px;width:416px; + } } @@ -265,10 +274,12 @@
+ +
-
+
Index-Nr @@ -284,8 +295,7 @@
-
- +


<% End If End If diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index 3a8e59f..590416c 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -102,11 +102,11 @@
- Von: + Von: - Bis: + Bis: @@ -209,7 +209,7 @@
-
+
Index-Nr @@ -224,9 +224,7 @@
- - - <% End If + <% End If End If End If Catch ex As Exception diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css index 51c1e54..929f820 100644 --- a/css/Customers/CustomerAVISO.css +++ b/css/Customers/CustomerAVISO.css @@ -233,9 +233,10 @@ hr{ } #conovertab { /* max-width:width:150px 11.25em;*/ - margin-left: /*14px*/ 3.0837004405286343vw; - max-width: /*390px;*/ 85.90308370044053vw; - overflow-x: auto; + + margin-left: -38px; + width: 416px; + overflow-x: auto; } #btn_Auftraege { height: 15px; diff --git a/css/Customers/Invoices.css b/css/Customers/Invoices.css index c526698..7fb4abc 100644 --- a/css/Customers/Invoices.css +++ b/css/Customers/Invoices.css @@ -73,34 +73,40 @@ ContentPlaceHolder1_Send_Data { width: 100%; } @media (max-width: 558.98px) { - body{ - width:390px; - max-width:390px; + body { + width: 390px; + max-width: 390px; } + tbody { font-size: 3.303964757709251vw; height: auto; flex-wrap: wrap; width: 390px; - max-width: 390px; + max-width: 430px; } + #normaltable { width: 10%; } + #conovertab { /* max-width:width:150px 11.25em;*/ - margin-left: /*14px*/ 3.0837004405286343vw; - max-width: /*390px;*/ 85.90308370044053vw; + margin-left: -38px; + width: 416px; overflow-x: auto; } + h1 { color: #043381; font-size: 22px; } + h2 { color: #043381; font-size: 30px; } + #containerseiterand { margin-left: 5px; margin-right: 5px; @@ -108,50 +114,61 @@ ContentPlaceHolder1_Send_Data { max-width: 390px; } - .flex-fill { - width: 700px; - } - #cont3 { - width: 700px; - } - #cont4 { - min-width: 750px; - } - - #pickdate1 { - border: 1px solid #000000; - } - #pickdate1 { - border: 1px solid #000000; - } .flex-fill { width: 700px; } + #cont3 { width: 700px; } + #cont4 { min-width: 750px; } + + #pickdate1 { + border: 1px solid #000000; + } + + #pickdate1 { + border: 1px solid #000000; + } + + .flex-fill { + width: 700px; + } + + #cont3 { + width: 700px; + } + + #cont4 { + min-width: 750px; + } + tbody { font-size: 3.303964757709251vw; height: auto; flex-wrap: wrap; width: fit-content; } + #normaltable { width: 100%; } + #ContentPlaceHolder1_conovertab { /* max-width:width:150px 11.25em;*/ margin-left: /*14px*/ 3.0837004405286343vw; max-width: /*390px;*/ 85.90308370044053vw; overflow-x: auto; } + #ContentPlaceHolder1_Send_Data { height: 15px; width: 300px; } + #ContentPlaceHolder1_lbl_bis { border: 1px solid #000000; margin-left: 15px; @@ -161,6 +178,7 @@ ContentPlaceHolder1_Send_Data { border: 1px solid #000000; margin-left: 15px; } + @media (max-width: 349.98px) { body { width: 349.98px; @@ -180,9 +198,8 @@ ContentPlaceHolder1_Send_Data { } #conovertab { - /* max-width:width:150px 11.25em;*/ - margin-left: /*14px*/ 3.0837004405286343vw; - max-width: /*390px;*/ 85.90308370044053vw; + margin-left: -38px; + width: 349.98px; overflow-x: auto; } @@ -219,7 +236,7 @@ ContentPlaceHolder1_Send_Data { border: 1px solid #000000; } - #pickdate1 { + #pickdate2 { border: 1px solid #000000; } @@ -267,4 +284,5 @@ ContentPlaceHolder1_Send_Data { border: 1px solid #000000; margin-left: 15px; } - } \ No newline at end of file + } +} \ No newline at end of file