From 3dea456f449a1d40579ec83d71d6266888f1ce63 Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Wed, 4 Jan 2017 15:02:23 -0300 Subject: [PATCH] fixed margin bottom create new subject button --- amadeus/static/css/base/amadeus.css | 1 + categories/templates/categories/list.html | 4 ++-- subjects/templates/subjects/list.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index daf6ee5..376c9df 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -151,6 +151,7 @@ background-color: #26A69A; color: white; border: 0px; + margin-bottom: 10px; } .category-search-users{ diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 9b2fe8f..feea2fb 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -94,7 +94,7 @@ {{category.description|safe}} {% if user in category.coordinators.all %} - + {% endif %}
{% for subject in category.subjects %} @@ -174,7 +174,7 @@ {{category.description|safe}} {% if user in category.coordinators.all %} - + {% endif %}
{% for subject in category.subjects %} diff --git a/subjects/templates/subjects/list.html b/subjects/templates/subjects/list.html index b70fc5d..552bd7c 100644 --- a/subjects/templates/subjects/list.html +++ b/subjects/templates/subjects/list.html @@ -97,7 +97,7 @@ {{category.description|safe}} {% if user in category.coordinators.all %} - + {% endif %}
@@ -178,7 +178,7 @@ {{category.description|safe}} {% if user in category.coordinators.all %} - + {% endif %}
{% for subject in category.subjects %} -- libgit2 0.21.2