From e030a3b1ea0392c38b11a8dbace8981996d931f5 Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 19 Nov 2021 08:50:48 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20validatoren=20und=20GUIDesign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login/ForgotPW.css | 31 ++++++++++++++----------------- login/Change_PW.aspx | 6 +++--- login/ForgotPW.aspx | 29 ++++++++++++++++++++--------- login/ForgotPW.aspx.vb | 6 ++++++ 4 files changed, 43 insertions(+), 29 deletions(-) diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index e662217..03d9e05 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -10,7 +10,17 @@ overflow-y: clip; overflow-x: clip; } - +.container-fluid { + width: 500px; + height: 473px; + position: absolute; + background-color: rgba(255,255,255,0.5); + top: 50%; + bottom: 50%; + left: 50%; + right: 50%; + margin: -140px auto auto -180px; +} #Login1_LoginButton { color: #fff; background-color: #003680; @@ -24,27 +34,14 @@ height: 100%; margin: 0 auto; } - -.container-fluid { - width: 400px; - height: 350px; - background-color: rgba(255,255,255,0.5); - top: 50%; - bottom: auto; - left: -20%; - right: 520px; - margin: 0 auto; - margin-top: 450px; -} - #tbl_main { font-family: Arial; - font-size: 11px; + font-size: 14px; border: 1px solid gray; width: 400px; height: 260px; margin-block: auto inherit; - margin-top:40px; + margin: 0% -20% 50% 50%; } #lbl_Ueberschrift { @@ -88,7 +85,7 @@ color: #fff; width: 140px; height: 25px; - font-size:16px; + font-size:18px; } .bg-email-icon { diff --git a/login/Change_PW.aspx b/login/Change_PW.aspx index b515112..c220abf 100644 --- a/login/Change_PW.aspx +++ b/login/Change_PW.aspx @@ -246,7 +246,7 @@ - + @@ -258,7 +258,7 @@ - + @@ -269,7 +269,7 @@ - + diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 4c910ae..d84af20 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -55,6 +55,17 @@ color: #003680; font-size: 1.725em; } + .container-fluid { + width: 400px; + height: 473px; + position:absolute; + background-color: rgba(255,255,255,0.5); + top:50%; + bottom: 50%; + left: 50%; + right: 50%; + margin: -140px auto auto -180px; + } @media (max-width: 558.98px) { body { font-family: 'Poppins', sans-serif; @@ -76,7 +87,7 @@ width: 390px; height: 613px; margin: 0 auto; - margin-top: 0px; + margin-top: 50%; margin-left: 5%; } .container-fluid { @@ -86,7 +97,7 @@ top:50%; bottom: auto; left: -2px; - right: 520px; + right: 2020px; margin: auto; } #tbl_main_M { @@ -287,13 +298,13 @@
- - +
+ - + @@ -303,21 +314,21 @@ -->
- +
- +
- +
- +
diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb index 4b94fac..7cf2889 100644 --- a/login/ForgotPW.aspx.vb +++ b/login/ForgotPW.aspx.vb @@ -35,6 +35,9 @@ Partial Class ForgotPW Dim isCustomeridright As Boolean = False Dim isemailright As Boolean = False Dim UserID As String = String.Empty + CustomerIDrequired.Validate() + valreqtxtusername.Validate() + valreqtxtEmail.Validate() If String.IsNullOrEmpty(txtEmail.Text) = False And String.IsNullOrEmpty(txt_Username.Text) = False And String.IsNullOrEmpty(txt_CustomerID.Text) = False And String.IsNullOrEmpty(txtEmail_M.Text) = True And String.IsNullOrEmpty(txt_Username_M.Text) = True And String.IsNullOrEmpty(txt_CustomerID_M.Text) = True Then valreqtxtusername.Enabled = True valreqtxtEmail.Enabled = True @@ -273,6 +276,9 @@ Partial Class ForgotPW Dim isusernameright As Boolean = False Dim isuserIDright As Boolean = False Dim isuserEmailright As Boolean = False + CustomerID_M_required.Validate() + valreqtxtusername_M.Validate() + valid_getNumber_M_Input.Validate() 'Mobil If String.IsNullOrEmpty(txtEmail_M.Text) = False And String.IsNullOrEmpty(txt_Username_M.Text) = False And String.IsNullOrEmpty(txt_CustomerID_M.Text) = False And String.IsNullOrEmpty(txtEmail.Text) = True And String.IsNullOrEmpty(txt_Username.Text) = True And String.IsNullOrEmpty(txt_CustomerID.Text) = True Then valreqtxtusername.Enabled = False