diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index f26c281..a2cfb76 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -17,7 +17,8 @@ a:focus { .language-selector{ - margin-right: 20px; + margin-right: 5px; + margin-top: -2px; } .language-selector img{ diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 25afffa..179f4d5 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -142,16 +142,18 @@ .language-selector-on-header{ float: left; - width: 5%; + width: 50px; } .language-selector-on-header img{ - margin-top: 15%; - width: 30px; + margin-top: -20%; + margin-left: -20%; + width: 20px; } .language-selector-on-header > ul img{ - width: 30%; + width: 15%; margin-top: 0%; + margin-left: 0%; } diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index aa4f022..256ca06 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -579,6 +579,15 @@ a.add-row { background-color: initial; } +.language-selector .dropdown-menu > .active > a { + background: #EEEEEE; + color: #009688; +} + +.language-selector .dropdown-menu > .active > a:hover { + color: #009688; +} + @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { color: #333333 !important; diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 0f928fc..1cf43ff 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -184,7 +184,7 @@ -
  • +
  • @@ -236,7 +236,7 @@
  • -
  • +