From d8268a9843bb39c94d34384f72cebccc6c0c7003 Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 15 Oct 2021 09:07:12 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20f=C3=BCr=20die=202=20seiten=20von=20geste?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login/Changepw.css | 6 +++--- login/ChangePW.aspx | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/css/login/Changepw.css b/css/login/Changepw.css index c3426ec..694b137 100644 --- a/css/login/Changepw.css +++ b/css/login/Changepw.css @@ -91,15 +91,15 @@ transform: translate(0, -50%); } -.container-fluid { - position:absolute; +.container-fluid { width: 400px; height: 379px; background-color: rgba(255,255,255,0.5); margin: auto; top: 50%; - left: 50%; + left: -20%; transform: translate(0, -50%); + } #tbl_main { diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index f3103ec..6fc0239 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -98,6 +98,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; + overflow-x:clip; } #content_container { @@ -111,14 +112,15 @@ } - .container-fluid { - - width: 400px; - height: 713px; - background-color: rgba(255,255,255,0.5); - margin: 0 auto; - height: 613px; - + .container-fluid { + width: 400px; + background-color: rgba(255,255,255,0.5); + height: 613px; + top:50%; + bottom: auto; + left: -400px; + right: 0; + margin: auto; } #tbl_main_M {