Commit ba9e8388e28f2087758bace3b9144cc6d6e00662
1 parent
3f65a233
Exists in
master
and in
2 other branches
Fix'd banner alignment position and background color
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -196,7 +196,7 @@ |
196 | 196 | .search-responsive-collapse{ |
197 | 197 | position: fixed; |
198 | 198 | z-index: 999; |
199 | - margin-top:50px; | |
199 | + margin-top:50px; | |
200 | 200 | margin-bottom:0px; |
201 | 201 | background:#F5F5F5; |
202 | 202 | } |
... | ... | @@ -314,8 +314,9 @@ |
314 | 314 | } |
315 | 315 | .carousel-caption{ |
316 | 316 | position: static; |
317 | - text-align: center; | |
317 | + text-align: right; | |
318 | 318 | font-size: 1em; |
319 | + background-color: #F5F5F5; | |
319 | 320 | } |
320 | 321 | |
321 | 322 | .navbar-toggle{ | ... | ... |