From 1f5ca56daede659ce1953d459bc51c0c2971868f Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 20 Dec 2024 19:51:32 +0000 Subject: Change log-in page template HTML - Limit width of email/password input fields so they don't stretch across the entire screen - Change 'Authorise' to 'Log in' - Put fields in columns and align the 'Log in' button with the text fields (couldn't figure out a good way to do this, so did something weird with a negative margin on the button) --- gn_auth/templates/oauth2/authorise-user.html | 29 +++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'gn_auth') diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index daae3b6..7474464 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -18,27 +18,30 @@
- + + class="controls col-xs-3" size="50"/>
- + + required="required" class="controls col-xs-3" size="50"/>
- - {%if display_forgot_password%} - Forgot Password - {%endif%} + +
+ + {%if display_forgot_password%} + Forgot Password + {%endif%} +
-- cgit v1.2.3