diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 0f91541..db77447 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -46,6 +46,8 @@ } @media(max-width: 768px) { + + .language-selector-on-header img{ display: none; } @@ -128,6 +130,14 @@ @media(min-width: 768px) { + #profile-menu{ + float:right; + } + + #staff-menu{ + float:right; + } + .language-selector-on-header{ float: left; width: 5%; diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 79ad2d2..0f928fc 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -92,8 +92,10 @@ - - {% endif %} - - -- libgit2 0.21.2