From e866110d32727a4268700324c56a25955e9ced3a Mon Sep 17 00:00:00 2001 From: m4xcube Date: Sat, 4 Apr 2015 22:01:55 +0200 Subject: Better readability of HTML --- module/web/templates/default/settings.html | 66 +++++++++++++++--------------- 1 file changed, 32 insertions(+), 34 deletions(-) (limited to 'module') diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index c9b852c0a..1841fe485 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -13,9 +13,9 @@ {% block content %}
@@ -173,36 +173,34 @@ {% endblock %} {% block hidden %}
-
-

{{_("Add Account")}}

-

{{_("Enter your account data to use premium features.")}}

- -
- - -

{{_("Your username.")}}

-
-
- - -

{{_("The password for this account.")}}

-
-
- -

{{_("Choose the hoster for your account.")}}

-
-
- -
- - -
- -
- +
+

{{_("Add Account")}}

+

{{_("Enter your account data to use premium features.")}}

+ +
+ + +

{{_("Your username.")}}

+
+
+ + +

{{_("The password for this account.")}}

+
+
+ +

{{_("Choose the hoster for your account.")}}

+
+
+ +
+ + +
+
{% endblock %} -- cgit v1.2.3