From a143d808302ec73c9cc6a54245a04e8bee39d5f2 Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 4 Jan 2017 15:32:04 -0200 Subject: [PATCH] Adjusts --- amadeus/static/css/base/amadeus.css | 20 +++++++++++++------- amadeus/templates/base.html | 2 +- categories/templates/categories/home.html | 2 +- categories/templates/categories/list.html | 2 +- categories/views.py | 2 ++ subjects/templates/subjects/list.html | 6 +++--- subjects/views.py | 26 +++++++++++++------------- 7 files changed, 34 insertions(+), 26 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 41d6387..7d3cc8a 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -37,6 +37,10 @@ color: white; } +#sidebar-menu > .subjects_menu_active { + background-color: #00695C; +} + #sidebar-menu > .item:hover{ background-color: #00695C; } @@ -109,23 +113,25 @@ } #core-subjects-options-div{ - width: 100%; + width: 100%; margin-bottom: 2%; height: 30px; } .core-subjects-options li{ - float:left; - padding: 10px; - background-color: #FFFFFF; - margin: 1px; - + float:left; + padding: 10px; + background-color: #FFFFFF; + margin: 1px; border-bottom: 10px; border-bottom-style: solid; + border-bottom-color: #D2D2D2; + color: #A0A0A0; } .core-subjects-options li.active{ - border-bottom-color: green; + color: inherit; + border-bottom-color: green; } #delete-category-footer{ diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index cda8a67..659b2c3 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -142,7 +142,7 @@