From fbe27cdcacdace0c1a82644416cd8f93394034ae Mon Sep 17 00:00:00 2001 From: juliotoscano Date: Fri, 21 Oct 2016 10:12:03 -0300 Subject: [PATCH] modifying login #205 --- core/static/css/base/amadeus.css | 10 +++++++++- core/templates/index.html | 68 ++++++++++++++++++++++++++++++++++---------------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index b372366..e946847 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -344,4 +344,12 @@ ul, li { .logo-login{ margin-top: 15px; - margin-bottom: 15px; \ No newline at end of file + margin-bottom: 15px; + width:50%; +} +.forgotPassword{ + padding-bottom: 10px; +} +.form-group{ + margin-top: 5px; +} \ No newline at end of file diff --git a/core/templates/index.html b/core/templates/index.html index 9d515ef..88a92cd 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -11,18 +11,18 @@ {% block content %}
-
+
- + - +
-
+
{% if messages %} {% for message in messages %} {% trans 'Sign Up' %} -- libgit2 0.21.2