Commit ba9e8388e28f2087758bace3b9144cc6d6e00662

Authored by Gustavo Lopes
1 parent 3f65a233

Fix'd banner alignment position and background color

amadeus/static/css/base/amadeus_responsive.css
@@ -196,7 +196,7 @@ @@ -196,7 +196,7 @@
196 .search-responsive-collapse{ 196 .search-responsive-collapse{
197 position: fixed; 197 position: fixed;
198 z-index: 999; 198 z-index: 999;
199 - margin-top:50px; 199 + margin-top:50px;
200 margin-bottom:0px; 200 margin-bottom:0px;
201 background:#F5F5F5; 201 background:#F5F5F5;
202 } 202 }
@@ -314,8 +314,9 @@ @@ -314,8 +314,9 @@
314 } 314 }
315 .carousel-caption{ 315 .carousel-caption{
316 position: static; 316 position: static;
317 - text-align: center; 317 + text-align: right;
318 font-size: 1em; 318 font-size: 1em;
  319 + background-color: #F5F5F5;
319 } 320 }
320 321
321 .navbar-toggle{ 322 .navbar-toggle{