From 184a210e34f25b02977f75fd1984fde0f2da5fb0 Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 15 Oct 2021 10:33:22 +0200 Subject: [PATCH] Speicherung changepw.css --- css/login/Changepw.css | 3 ++- css/login/ForgotPW.css | 29 +++++++++++++---------------- login/ChangePW.aspx | 4 ++-- login/ForgotPW.aspx | 11 +++++++---- login/login_FLEX.aspx | 2 +- 5 files changed, 25 insertions(+), 24 deletions(-) diff --git a/css/login/Changepw.css b/css/login/Changepw.css index 4bb954f..d086e50 100644 --- a/css/login/Changepw.css +++ b/css/login/Changepw.css @@ -8,6 +8,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; + overflow-x: clip; } #txt_Pw_WH:invalid { background-color: indianred; @@ -95,7 +96,7 @@ background-color: rgba(255,255,255,0.5); top: 50%; bottom: auto; - left: -20%; + left: -15%; right: 520px; margin: auto; } diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index 81c252d..4cc878c 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -8,35 +8,33 @@ background-size: cover; background-color: #fff; overflow-y: clip; + overflow-x: clip; } #Login1_LoginButton { 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; - top: 50%; - left: 50%; - transform: translate(0, -50%); + height: 800px; + margin: 0 auto; + margin-top: 0px; } -.container-fluid { +.container-fluid { width: 400px; - height: 295px; + height: 286px; background-color: rgba(255,255,255,0.5); - margin: auto; top: 50%; - left: -20%; - transform: translate(0, -50%); + bottom: auto; + left: -0%; + right: 520px; + margin: auto; } #tbl_main { @@ -44,8 +42,7 @@ font-size: 11px; border: 1px solid gray; width: 400px; - height: 286px; - margin: 0 auto; + height: 286px; } #lbl_Ueberschrift { diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index 2d3ce43..8119643 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -21,7 +21,7 @@ - VERAG Spedition AG Passwort vergessen + VERAG Spedition AG Passwort wechseln @@ -98,7 +98,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; - overflow-x:clip; + overflow-x: clip; } #content_container { diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 012093b..00da658 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -66,7 +66,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; - overflow-x:clip; + overflow-x: clip; } #content_container { @@ -76,15 +76,18 @@ width: 400px; height: 613px; margin: 0 auto; - margin-top: 0px; + margin-top: 250px; } .container-fluid { width: 400px; height: 613px; background-color: rgba(255,255,255,0.5); - margin: 0 auto; - margin-top: 150%; + top:50%; + bottom: auto; + left: -5px; + right: 520px; + margin: auto; } #tbl_main_M { diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index fa62677..5103301 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -105,7 +105,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; - overflow-x:clip; + overflow-x: clip; } #content_container {