Commit 3ae989758f3e5b85243f3d63b727fe4f368bdf70
1 parent
f80b9d0a
Exists in
master
and in
3 other branches
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 | 152 | .core-subjects-options li{ |
153 | 153 | float:left; |
154 | 154 | padding: 10px; |
155 | + padding-bottom: 8px; | |
155 | 156 | background-color: #FFFFFF; |
156 | 157 | margin: 1px; |
157 | - border-bottom: 10px; | |
158 | + border-bottom: 5px; | |
158 | 159 | border-bottom-style: solid; |
159 | 160 | border-bottom-color: #D2D2D2; |
160 | 161 | color: #A0A0A0; |
... | ... | @@ -162,7 +163,7 @@ |
162 | 163 | |
163 | 164 | .core-subjects-options li.active{ |
164 | 165 | color: inherit; |
165 | - border-bottom-color: green; | |
166 | + border-bottom-color: #00695C; | |
166 | 167 | } |
167 | 168 | |
168 | 169 | #delete-category-footer{ | ... | ... |