diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 6094616..cf893e5 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -119,7 +119,12 @@ } .navbar-header{ - width: 100% !important; + width: 100%; + position: fixed; + top: 0px; + z-index: 999; + height: 50px; + background: #009C8A; } .navbar .navbar-brand{ diff --git a/amadeus/static/css/themes/contrast.css b/amadeus/static/css/themes/contrast.css index b79e6ae..f216751 100644 --- a/amadeus/static/css/themes/contrast.css +++ b/amadeus/static/css/themes/contrast.css @@ -305,6 +305,10 @@ fieldset[disabled][disabled] .input-group-btn .btn { background: #FFF333 !important; color: #000000 !important; } +.navbar-header{ + background: #FFF333 !important; + color: #000000 !important; } +} .navbar-nav li.settings_menu_active { background: #FFF333; } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index c5e1199..e855de0 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -248,45 +248,42 @@