diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 9d33e9e..cdee7e7 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -731,9 +731,9 @@ ul, li { /* core/index.html classes*/ .logo-login{ - margin-top: 15px; - margin-bottom: 15px; - width:50%; + margin-top: 15px; + margin-bottom: 15px; + width: 20%; } .forgotPassword{ padding-bottom: 10px; diff --git a/users/templates/users/login.html b/users/templates/users/login.html index cd97d01..829b978 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -13,66 +13,68 @@ {% endblock sidebar %} {% block content %} -
-
-
- -
-
-
- -
-
- {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} -
-
-
-
-

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

-
+
+
+
-
- {% csrf_token %} -
-
- - -
-
-
-
- - +
+ +
+
+ {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} + +
+
+
+
+

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

+
+
+ + {% csrf_token %} +
+
+ + +
+
+
+
+ + +
+
+ +
+
+
+ +
+ +
+
+ +
-
- -
-
- -
- -
- -
-
-
- {% endblock%} {% block bottommenu %} -- libgit2 0.21.2