From 433cdfad572123a93aa603f23e302a9b2ed127ef Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Tue, 16 Aug 2016 10:28:02 -0700 Subject: [PATCH] Restyle input groups to be more vertical This changes the input group elements from the style where labels are right aligned and input left aligned, to the labels being above the input. --- templates/zerver/reset_confirm.html | 46 ++++++++++++++++------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/templates/zerver/reset_confirm.html b/templates/zerver/reset_confirm.html index 5a8c6c792e..e339379aa2 100644 --- a/templates/zerver/reset_confirm.html +++ b/templates/zerver/reset_confirm.html @@ -7,18 +7,25 @@ {% block portico_content %}
-
-
-
-

{{ _('Reset your password') }}.

-
+
+ +
+

{{ _('Reset your password') }}.

+
{% if validlink %} -
+ {{ csrf_input }} -
- -
+
+ +
+ +
+
+ +
+ +
@@ -29,17 +36,17 @@ {% endif %}
-
- -
+
+ +
-
- -
+
+ +
@@ -51,9 +58,9 @@
-
-
-
+
+
+
@@ -64,8 +71,7 @@ {% else %}

{{ _('Sorry, the link you provided is invalid or has already been used') }}.

{% endif %} - -
+
{% endblock %}