From 3ae989758f3e5b85243f3d63b727fe4f368bdf70 Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 5 Jan 2017 15:52:34 -0200 Subject: [PATCH] CSS ajusts --- amadeus/static/css/base/amadeus.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 23aef4f..d5db24a 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -152,9 +152,10 @@ .core-subjects-options li{ float:left; padding: 10px; + padding-bottom: 8px; background-color: #FFFFFF; margin: 1px; - border-bottom: 10px; + border-bottom: 5px; border-bottom-style: solid; border-bottom-color: #D2D2D2; color: #A0A0A0; @@ -162,7 +163,7 @@ .core-subjects-options li.active{ color: inherit; - border-bottom-color: green; + border-bottom-color: #00695C; } #delete-category-footer{ -- libgit2 0.21.2