diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 0e38b10..63770a0 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -193,6 +193,17 @@ .help-block span{ position: relative !important; } + + .search-responsive-collapse{ + margin-top:50px; + margin-bottom:0px; + background:#F5F5F5; + } + + .search{ + background:#F5F5F5; + margin-bottom: -1px; + } } @media(min-width: 768px) { diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index c713116..1b5e8ce 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -222,22 +222,22 @@