Commit 51870ef2d5e2c4ca17cdd2bab2cdad32e56e68a8
1 parent
c97033a2
Exists in
master
and in
2 other branches
Adjusting menu in nexus 10 display
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
| ... | ... | @@ -90,6 +90,16 @@ |
| 90 | 90 | /* End Bottom Menu */ |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | +@media(min-width: 800px) { | |
| 94 | + .navbar.hidden-sm { | |
| 95 | + display: inherit !important; | |
| 96 | + } | |
| 97 | + | |
| 98 | + .navbar.hidden-md { | |
| 99 | + display: none; | |
| 100 | + } | |
| 101 | +} | |
| 102 | + | |
| 93 | 103 | @media(max-width: 768px) { |
| 94 | 104 | /* Buttons */ |
| 95 | 105 | .visible-xs-block { | ... | ... |