From 7f8641aa06b70e41d6f09904f695153f48bf5de1 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 15 Feb 2019 20:57:02 -0500 Subject: [PATCH] Fix settings layout a bit --- brutaldon/static/css/brutaldon-dark.css | 5 - brutaldon/static/css/brutaldon.css | 5 - brutaldon/templates/setup/settings.html | 152 +++++++++++++++--------- 3 files changed, 95 insertions(+), 67 deletions(-) diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index f35495a..1fb56f8 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -199,11 +199,6 @@ emoji-link margin-left: 50%; } -.preferences-help -{ - max-width: 30em; - display: inline-block; -} input#id_poll_frequency { diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 46f692a..eb0de19 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -179,11 +179,6 @@ emoji-link margin-left: 50%; } -.preferences-help -{ - max-width: 30em; - display: inline-block; -} input#id_poll_frequency { max-width: 10em; diff --git a/brutaldon/templates/setup/settings.html b/brutaldon/templates/setup/settings.html index 9a364f3..97363dd 100644 --- a/brutaldon/templates/setup/settings.html +++ b/brutaldon/templates/setup/settings.html @@ -9,7 +9,7 @@

General Options

- +
{% render_field form.theme class+="select" %} @@ -20,7 +20,7 @@
- +
{% render_field form.timezone class+="select" %} @@ -45,74 +45,112 @@

JavaScript Options

-
- -

- {{ form.no_javascript.help_text }} -

-
+
+
+ +
+
+

+ {{ form.no_javascript.help_text }} +

+
+
-
- -

- {{ form.notifications.help_text }} -

+
+
+
+ +
+
+

+ {{ form.notifications.help_text }} +

+
+
-
- -

+

+
+
+
+ +
+
+

{{ form.click_to_load.help_text }}

-
- -
- -

- {{ form.lightbox.help_text }} -

-
- -
- -

- {{ form.filter_notifications.help_text }} -

-
- -
- -
- {% render_field form.poll_frequency class+="input" %}
-

- {{ form.poll_frequency.help_text }} -

+
+ +
+
+
+ +
+
+

+ {{ form.lightbox.help_text }} +

+
+
+ +
+
+
+
+ +
+
+

+ {{ form.filter_notifications.help_text }} +

+
+
+ +
+
+
+
+ +
+ {% render_field form.poll_frequency class+="input" %} +
+
+
+

+ {{ form.poll_frequency.help_text }} +

+
+
+ +
+
+

Filters and Lists

- +

List filters

{% endblock %}