From a7020ad3452120eae8e5bed9e2b0d26653a9b002 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Wed, 27 Sep 2017 14:51:04 -0300 Subject: [PATCH] Responsive search button --- amadeus/static/css/base/amadeus_responsive.css | 11 +++++++++++ amadeus/templates/base.html | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-) 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 @@
-
-