From 313dbc37fd44e1861f0979f9bf75a2718063140a Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 10 Sep 2019 15:06:31 +1000 Subject: [PATCH] make login and signup pages look better --- static/style.css | 3 +++ templates/login.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 4fd52b3..884928e 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,9 @@ body { .no-margin { margin: 0; } +.left-align { + text-align: left; +} .panel-icon { width: 100px; diff --git a/templates/login.html b/templates/login.html index 0b252b7..01b31de 100644 --- a/templates/login.html +++ b/templates/login.html @@ -19,7 +19,7 @@ {% if signup %} -

+

FediBooks requires your email address in order to send you alerts when your bot stops working, and for password resets.

{% endif %} @@ -27,12 +27,12 @@ {% if signup %} -

+

Passwords must be at least eight characters long.

{% endif %}

- +