From eec8128605d66b7cb83758fdcb0118241106fb8c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Feb 2025 14:10:35 -0600 Subject: Improve layout and styling for the login page. --- gn_auth/templates/oauth2/authorise-user.html | 82 ++++++++++++++++------------ 1 file changed, 48 insertions(+), 34 deletions(-) diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index 2129cc3..bd68f03 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -6,43 +6,57 @@ {%block content%} {{flash_messages()}} -User Credentials
-
- - - - -
- - -
+ + Sign In -
- - -
+ + + + -
- -
- - {%if display_forgot_password%} - Forgot Password - {%endif%} +
+ +
+ +
-
- + +
+ +
+ +
+
+ +
+
+ + {%if display_forgot_password%} + Forgot Password + {%endif%} +
+
+
{%endblock%} -- cgit v1.2.3