From 82fcd1cc8559adfc18b8edab9243c8a4742e54e6 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 16 Nov 2021 16:08:14 +0100 Subject: [PATCH] =?UTF-8?q?Code=20design=20=C3=84nderungen=20sowie=20Desig?= =?UTF-8?q?n-Anpassungen=20a=C3=B6ller=20Seiten=20auf=20Mobilger=C3=A4ten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AvisoTV_FLEX.aspx | 1 + Customers/Customers.master | 48 ++++++++++++++++----------- Customers/CustomsAviso.aspx | 22 +++++++++++- Customers/LKWs.aspx | 23 ++++++++++++- Customers/Welcome.aspx | 18 +++++++++- Customers/pdfviewer.aspx | 12 +++++++ css/Customers/Invoices.css | 7 ++-- css/Customers/LKWs.css | 10 ++++-- css/Customers/MasterpageCustomers.css | 4 +-- login/Change_PW.aspx | 9 ++++- login/CreateUser.aspx | 4 ++- login/Error.aspx | 3 +- login/ForgotPW.aspx | 8 +++++ newpageJulius_Sidebar.aspx | 21 ++++++++++-- 14 files changed, 156 insertions(+), 34 deletions(-) diff --git a/AvisoTV_FLEX.aspx b/AvisoTV_FLEX.aspx index 1e77b01..940e72d 100644 --- a/AvisoTV_FLEX.aspx +++ b/AvisoTV_FLEX.aspx @@ -81,6 +81,7 @@ background-attachment: fixed; background-size: cover; background-color: #fff; + width:390px; } diff --git a/Customers/Customers.master b/Customers/Customers.master index e4c6e81..6fdc47d 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -122,15 +122,27 @@ color:#043381; background-color:#fff; } - #btn_Auftraege { - - border:none; -} - #btn_Auftraege:hover { - color: #043381; - background-color: #fff; - border: 2px solid #043381; - } + #btn_Auftraege { + border:none; + } + #btn_Auftraege:hover { + color: #043381; + background-color: #fff; + border: 2px solid #043381; + } + @media (max-width: 558.98px) { + body { + max-width: 390px; + } + h1 { + color: #043381; + font-size: 22px; + } + h2 { + color: #043381; + font-size: 28px; + } + } @@ -140,19 +152,17 @@ - - - + diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index addea73..910a47c 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -13,7 +13,27 @@ font-size: 0; visibility: hidden; color: #043381; - } + } + @media (max-width: 558.98px) { + body { + max-width: 390px; + } + + h1 { + color: #043381; + font-size: 22px; + } + + h2 { + color: #043381; + font-size: 28px; + } + + #tableSearch { + width: 53%; + border: 1px solid grey; + } + } diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 5b3e8a5..838178f 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -22,7 +22,28 @@ - + + diff --git a/Customers/Welcome.aspx b/Customers/Welcome.aspx index 3129c07..c0d3bf6 100644 --- a/Customers/Welcome.aspx +++ b/Customers/Welcome.aspx @@ -24,7 +24,23 @@ - + diff --git a/Customers/pdfviewer.aspx b/Customers/pdfviewer.aspx index 94e6c00..7ab82da 100644 --- a/Customers/pdfviewer.aspx +++ b/Customers/pdfviewer.aspx @@ -17,6 +17,18 @@ visibility: hidden; color: #043381; } + @media (max-width: 558.98px) { + body { + max-width: 390px; + } + h1 { + color: #043381; + font-size: 22px; + } + h2 { + color: #043381; + font-size: 28px; + } diff --git a/css/Customers/Invoices.css b/css/Customers/Invoices.css index 6d2c82c..ebea666 100644 --- a/css/Customers/Invoices.css +++ b/css/Customers/Invoices.css @@ -74,13 +74,15 @@ ContentPlaceHolder1_Send_Data { } @media (max-width: 558.98px) { body{ + width:390px; max-width:390px; } tbody { font-size: 3.303964757709251vw; height: auto; flex-wrap: wrap; - width: fit-content; + width: 390px; + max-width: 390px; } #normaltable { width: 10%; @@ -102,7 +104,8 @@ ContentPlaceHolder1_Send_Data { #containerseiterand { margin-left: 5px; margin-right: 5px; - width: 350px; + width: 390px; + max-width: 390px; } .flex-fill { diff --git a/css/Customers/LKWs.css b/css/Customers/LKWs.css index 3453cdd..adf99b5 100644 --- a/css/Customers/LKWs.css +++ b/css/Customers/LKWs.css @@ -21,10 +21,16 @@ overflow-x: auto; } body { - width: 400px; + width: 390px; } h1 { - font-size: 12px; + color: #043381; + font-size: 22px; + } + + h2 { + color: #043381; + font-size: 30px; } #tableSearch { diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index 4ce144f..4ee3dfc 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -6,7 +6,7 @@ background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - /* background-color:#043381;*/ + /* background-color:#043381;*/ } #pagecontent { @@ -86,7 +86,7 @@ ContentPlaceHolder1 { background-attachment: fixed; background-size: cover; background-color: #fff; - width: 400px; + width: 390px; } table { border-collapse: collapse; diff --git a/login/Change_PW.aspx b/login/Change_PW.aspx index 87a9c24..9dc4c91 100644 --- a/login/Change_PW.aspx +++ b/login/Change_PW.aspx @@ -80,7 +80,14 @@ overflow-x: clip; max-width:390px; } - + h1 { + color: #043381; + font-size: 22px; + } + h2 { + color: #043381; + font-size: 30px; + } #content_container { display: flex; justify-content: center; diff --git a/login/CreateUser.aspx b/login/CreateUser.aspx index 27a83dc..bd868cc 100644 --- a/login/CreateUser.aspx +++ b/login/CreateUser.aspx @@ -145,6 +145,7 @@ background-color: #fff; overflow-y: clip; overflow-x: clip; + width:390px; } #content_container { display: flex; @@ -152,7 +153,8 @@ align-items: center; width: 410px; height: 643px; - margin: 0 auto; + margin: 0 auto; + width:390px; } .container-fluid { width: 400px; diff --git a/login/Error.aspx b/login/Error.aspx index afa07c6..3f7b772 100644 --- a/login/Error.aspx +++ b/login/Error.aspx @@ -68,13 +68,14 @@ background-color: #fff; overflow-y: clip; overflow-x: clip; + width:390px; } #content_container { display: flex; justify-content: center; align-items: center; - width: 400px; + width: 390px; height: 613px; margin: 0 auto; margin-top: 0px; diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 7fecf7b..ac7530d 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -202,6 +202,14 @@ border-color: red; color: red; } + h1 { + color: #043381; + font-size: 22px; + } + h2 { + color: #043381; + font-size: 30px; + } #CustomerID_M:valid { background-color: white; border-color: forestgreen; diff --git a/newpageJulius_Sidebar.aspx b/newpageJulius_Sidebar.aspx index ec265fd..e218eb2 100644 --- a/newpageJulius_Sidebar.aspx +++ b/newpageJulius_Sidebar.aspx @@ -134,9 +134,24 @@ background-color:#fff; } .nav-item dropdown::after { - visibility: hidden; - color: #fff; -} + visibility: hidden; + color: #fff; + } + @media (max-width: 558.98px) { + body { + max-width: 390px; + } + + h1 { + color: #043381; + font-size: 22px; + } + + h2 { + color: #043381; + font-size: 28px; + } + }