From 169d906b5460b08fae66ca1bbe0c1853f631f7e8 Mon Sep 17 00:00:00 2001 From: ja Date: Wed, 6 Oct 2021 10:19:47 +0200 Subject: [PATCH] Css wurde angepasst und separiert sowie ein neues Design angewandt. --- css/login/ForgotPW.css | 33 ++++++++++ css/login/loginFLEX.css | 33 ++++++++++ login/ForgotPW.aspx | 140 ++++++++++++++++++---------------------- login/login_FLEX.aspx | 33 +++------- 4 files changed, 137 insertions(+), 102 deletions(-) create mode 100644 css/login/ForgotPW.css create mode 100644 css/login/loginFLEX.css diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css new file mode 100644 index 0000000..a756de3 --- /dev/null +++ b/css/login/ForgotPW.css @@ -0,0 +1,33 @@ +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; + background-color:#fff; +} +#Login1_LoginButton { + color: #fff; + background-color: #003680; +} +#content_container { + display: flex; + justify-content: center; + align-items: center; + width: 1024px; + height: 800px; + margin: 0 auto; + margin-top: auto; +} +.container-fluid { + width: 262px; + height: 216px; + background-color: rgba(255,255,255,0.5); +} +#tbl_main { + font-family: Arial; + font-size: 11px; + border: 1px solid gray +} \ No newline at end of file diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css new file mode 100644 index 0000000..5b2713f --- /dev/null +++ b/css/login/loginFLEX.css @@ -0,0 +1,33 @@ +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; + background-color: #fff; +} +#Login1_LoginButton { + color: #fff; + background-color: #003680; +} +#content_container { + display: flex; + justify-content: center; + align-items: center; + width: 1024px; + height: 800px; + margin: 0 auto; + margin-top: auto; +} +.container-fluid { + width: 262px; + height: 248px; + background-color: rgba(255,255,255,0.5); +} +#tbl_main { + font-family: Arial; + font-size: 11px; + border: 1px solid gray +} \ No newline at end of file diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index c0e3fee..7e7b3e9 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -4,88 +4,73 @@ - <%@ import Namespace="MySql.Data.MySqlClient" - %> + <%@ import Namespace="MySql.Data.MySqlClient"%> VERAG Spedition AG Passwort vergessen - + - - - + + - - - - + + + + - + - + - + - + - - + + - -
+
+
- +
--> -
@@ -108,21 +93,22 @@
- - - - + + + + -
- -
- +
+ +
+ -
+ + -
-
+ +
+
diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index a1c87b4..48c37e4 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -4,8 +4,7 @@ - <%@ import Namespace="MySql.Data.MySqlClient" - %> + <%@ import Namespace="MySql.Data.MySqlClient"%> VERAG Spedition AG Login @@ -14,9 +13,8 @@ - + - - - + + - - -
+ +
+
@@ -152,6 +134,7 @@
+