diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index cdee7e7..d0fa802 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -729,17 +729,30 @@ ul, li { /* core/index.html classes*/ +.outside-title { + color: #43a251; +} .logo-login{ margin-top: 15px; margin-bottom: 15px; width: 20%; } + +.logo-register { + width: 10%; +} + .forgotPassword{ - padding-bottom: 10px; + padding-bottom: 10px; } .form-group{ - margin-top: 5px; + margin-top: 5px; +} + +.form-group.form-group-sm label.control-label { + font-size: 10px; + margin: 0px; } /* core/register_user.html classes*/ diff --git a/users/templates/users/login.html b/users/templates/users/login.html index 829b978..e3d77eb 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -36,7 +36,7 @@
-

{% trans 'Sign in with your account to continue' %}

+

{% trans 'Sign in with your account to continue' %}

diff --git a/users/templates/users/register.html b/users/templates/users/register.html index 01a593c..53783ea 100644 --- a/users/templates/users/register.html +++ b/users/templates/users/register.html @@ -13,49 +13,45 @@ {% endblock sidebar %} {% block content %} - {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} -
-
-
- -
-
+
+ +
-
+
+ {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} +
-
- -

{% trans "User Register" %}

+
+

{% trans "User Register" %}

- + {% csrf_token %} {% for field in form %} -
-
-
- {% if field.field.required %} - - {% else %} - - {% endif %} -
-
+
+
+ {% if field.field.required %} + + {% else %} + + {% endif %} + +
{% if field.auto_id == 'id_image' %} {% render_field field class='form-control' %}
@@ -89,7 +85,7 @@
{% endfor %}
-
+
-- libgit2 0.21.2