Commit 3ae989758f3e5b85243f3d63b727fe4f368bdf70

Authored by Zambom
1 parent f80b9d0a

CSS ajusts

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
@@ -152,9 +152,10 @@ @@ -152,9 +152,10 @@
152 .core-subjects-options li{ 152 .core-subjects-options li{
153 float:left; 153 float:left;
154 padding: 10px; 154 padding: 10px;
  155 + padding-bottom: 8px;
155 background-color: #FFFFFF; 156 background-color: #FFFFFF;
156 margin: 1px; 157 margin: 1px;
157 - border-bottom: 10px; 158 + border-bottom: 5px;
158 border-bottom-style: solid; 159 border-bottom-style: solid;
159 border-bottom-color: #D2D2D2; 160 border-bottom-color: #D2D2D2;
160 color: #A0A0A0; 161 color: #A0A0A0;
@@ -162,7 +163,7 @@ @@ -162,7 +163,7 @@
162 163
163 .core-subjects-options li.active{ 164 .core-subjects-options li.active{
164 color: inherit; 165 color: inherit;
165 - border-bottom-color: green; 166 + border-bottom-color: #00695C;
166 } 167 }
167 168
168 #delete-category-footer{ 169 #delete-category-footer{