From 4082baa3ca97fb6b14d3f9205cb778e68f7f90ae Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 15 Oct 2021 10:41:44 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login/Changepw.css | 6 +++--- css/login/ForgotPW.css | 8 ++++---- css/login/loginFLEX.css | 11 ++++++----- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/css/login/Changepw.css b/css/login/Changepw.css index d086e50..13302b8 100644 --- a/css/login/Changepw.css +++ b/css/login/Changepw.css @@ -84,8 +84,8 @@ display: flex; justify-content: center; align-items: center; - width: 1024px; - height: 800px; + width: 100%; + height: 100%; margin: 0 auto; margin-top: 0px; } @@ -96,7 +96,7 @@ background-color: rgba(255,255,255,0.5); top: 50%; bottom: auto; - left: -15%; + left: 15%; right: 520px; margin: auto; } diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index 4cc878c..e803fd8 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -15,13 +15,13 @@ color: #fff; background-color: #003680; } -#content_container { - position:absolute; +#content_container { + position: absolute; display: flex; justify-content: center; align-items: center; - width: 1024px; - height: 800px; + width: 100%; + height: 100%; margin: 0 auto; margin-top: 0px; } diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css index 564b6bc..c01965f 100644 --- a/css/login/loginFLEX.css +++ b/css/login/loginFLEX.css @@ -8,7 +8,8 @@ background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - background-color: #fff; + background-color: #fff; + overflow:clip; } #Login1_LoginButton { @@ -17,14 +18,14 @@ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } - + #content_container { position: absolute; display: flex; justify-content: center; align-items: center; - width: 1024px; - height: 800px; + width: 100%; + height: 100%; margin: 0 auto; margin-top: 0px; } @@ -33,7 +34,7 @@ width: 400px; height: 274px; background-color: rgba(255,255,255,0.5); - top: auto; + top: 50%; bottom: auto; left: -20%; right: 520px;