From 899dea9a9eb5cd083fa5f76fe32b31fdfee6152d Mon Sep 17 00:00:00 2001 From: ja Date: Wed, 17 Nov 2021 14:13:02 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20weiten=20bei=20verschiedenen?= =?UTF-8?q?=20Ger=C3=A4ten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Customers.master | 31 ++++++++++++++++++-- login/Change_PW.aspx | 2 -- newpageJulius_Sidebar.aspx | 60 ++++++++++++++++++++++++++++++++++++-- 3 files changed, 86 insertions(+), 7 deletions(-) diff --git a/Customers/Customers.master b/Customers/Customers.master index 4564a78..6e9b31d 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -136,12 +136,37 @@ } } @media (max-width: 558.98px) { + wrapper{ + width:385.98px; + } body { - max-width: 390px; + width:385.98px; } contfluid{ - width:556px; - } + width:385.98px; + } + h1 { + color: #043381; + font-size: 22px; + } + h2 { + color: #043381; + font-size: 28px; + } + Image1 { + margin-right: 320px; + } + } + @media (max-width: 328.98px) { + wrapper{ + width:320px; + } + body { + max-width: 320px; + } + contfluid{ + width:320px; + } h1 { color: #043381; font-size: 22px; diff --git a/login/Change_PW.aspx b/login/Change_PW.aspx index ee3ac2a..f0edcfd 100644 --- a/login/Change_PW.aspx +++ b/login/Change_PW.aspx @@ -164,7 +164,6 @@ margin: 0 auto; margin-left:10%; } - .container-fluid { width: 325px; background-color: rgba(255,255,255,0.5); @@ -175,7 +174,6 @@ right: 520px; margin: 0 auto; } - #tbl_main_M { font-family: Arial; font-size: 11px; diff --git a/newpageJulius_Sidebar.aspx b/newpageJulius_Sidebar.aspx index 37f30a2..3cfcf9d 100644 --- a/newpageJulius_Sidebar.aspx +++ b/newpageJulius_Sidebar.aspx @@ -113,7 +113,7 @@ background-attachment:fixed; background-size:cover; /* background-color:#043381;*/ - } + } #sidebar{ background-color: #fff; color: #043381; @@ -151,7 +151,63 @@ color: #043381; font-size: 28px; } - } + } + @media (max-width: 558.98px){ + wrapper{ + width:385.98px; + } + body{ + font-family: 'Poppins', sans-serif; + background: #fafafa; + background-image: url(images/road.jpg); + background-position:center center; + background-repeat: no-repeat; + background-attachment:fixed; + background-size:cover; + width:385.98px; + /* background-color:#043381;*/ + } + #content{ + width:385.98px; + } + frame2{ + width:385.98px; + } + leftLinks{ + width:385.98px; + } + #main_page{ + width:385.98px; + } + #content_all{ + width:385.98px; + } + } + @media (max-width: 323px){ + wrapper{ + width:232px; + } + body{ + font-family: 'Poppins', sans-serif; + background: #fafafa; + background-image: url(images/road.jpg); + background-position:center center; + background-repeat: no-repeat; + background-attachment:fixed; + background-size:cover; + max-width:323px; + /* background-color:#043381;*/ + } + #leftLinks{ + max-width:323px; + } + #main-page{ + max-width:323px; + } + #content_all{ + max-width:323px; + } + }