diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index 9ba569d..f660b73 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -102,7 +102,14 @@ - + +
+ Zu: +
+ +
+ Zu: +
@@ -113,8 +120,7 @@
-
- +
@@ -161,7 +167,7 @@ - +
@@ -194,7 +200,7 @@
- +
diff --git a/css/Customers/CardsBoxes.css b/css/Customers/CardsBoxes.css index 69e7697..5410b50 100644 --- a/css/Customers/CardsBoxes.css +++ b/css/Customers/CardsBoxes.css @@ -49,7 +49,9 @@ width: 350px; overflow-x: auto; } - + body { + width: 400px; + } h1 { font-size: 12px; } diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css index 1bab1d5..29308b8 100644 --- a/css/Customers/CustomerAVISO.css +++ b/css/Customers/CustomerAVISO.css @@ -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;*/ diff --git a/css/Customers/Invoices.css b/css/Customers/Invoices.css index b567a80..9a49bf9 100644 --- a/css/Customers/Invoices.css +++ b/css/Customers/Invoices.css @@ -73,6 +73,9 @@ ContentPlaceHolder1_Send_Data { width: 100%; } @media (max-width: 558.98px) { + body{ + width:400px; + } tbody { font-size: 3.303964757709251vw; height: auto; diff --git a/css/Customers/LKWs.css b/css/Customers/LKWs.css index 4910775..3453cdd 100644 --- a/css/Customers/LKWs.css +++ b/css/Customers/LKWs.css @@ -20,7 +20,9 @@ width: 350px; overflow-x: auto; } - + body { + width: 400px; + } h1 { font-size: 12px; } diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index 6382bf2..4ce144f 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -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; diff --git a/css/Customers/Welcome.css b/css/Customers/Welcome.css index 5489fbd..37153ed 100644 --- a/css/Customers/Welcome.css +++ b/css/Customers/Welcome.css @@ -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; diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index 8b5a541..e662217 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -27,7 +27,7 @@ .container-fluid { width: 400px; - height: 430px; + height: 350px; background-color: rgba(255,255,255,0.5); top: 50%; bottom: auto; diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css index 7d9bcd1..c679373 100644 --- a/css/login/loginFLEX.css +++ b/css/login/loginFLEX.css @@ -8,8 +8,8 @@ background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - background-color: #fff; - overflow:clip; + background-color: #fff; + 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; diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index 47bf502..ac65030 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -106,6 +106,7 @@ background-color: #fff; overflow-y: clip; overflow-x: clip; + width:400px; } #content_container {