diff --git a/nexus/public/css/login.css b/nexus/public/css/login.css index 96d0f62..7975ba3 100644 --- a/nexus/public/css/login.css +++ b/nexus/public/css/login.css @@ -31,6 +31,11 @@ body { min-height: 100vh; } +/* Hide noscript element */ +noscript { + display: none; +} + /* --- Left Panel (Form) --- */ .left-panel { flex: 1; @@ -295,6 +300,18 @@ body { /* --- Footer Styling Override --- */ +/* Toggle visibility between login and forgot password sections */ +.for-login, .for-forgot { + display: flex; + width: 100%; + min-height: 100vh; +} + +.for-login.active, .for-forgot.active { + display: flex; + flex-direction: row; +} + /* Reduce footer padding */ .web-footer { display: none; diff --git a/nexus/www/login.html b/nexus/www/login.html index bc2ac99..b8cf504 100644 --- a/nexus/www/login.html +++ b/nexus/www/login.html @@ -42,7 +42,7 @@ {% endblock %} {% block page_content %} -
+
- -
- - - -
-
-

Welcome back

-

Please enter your credentials to access your account.

+ +
- -
-
- Abstract Placeholder + +
+
+ Abstract Placeholder +
-
-
-{% endblock %} + -{% block script %} - -{% endblock %} + +
+
+ -{% block sidebar %}{% endblock %} \ No newline at end of file +
+
+

Forgot Password

+

Enter your email address to reset your password.

+
+ + +
+
+ +
+
+ Abstract Placeholder +
+
+
+ {% endblock %} + + {% block script %} + + {% endblock %} + + {% block sidebar %}{% endblock %} \ No newline at end of file