From b16ee29cc338236264e62cf40248f54a1f785dbd Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 5 Nov 2014 10:32:30 +0100 Subject: release the navbar in landscape mode on small devices --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b9726590a..156e16687 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2390,6 +2390,13 @@ aside .nav-pills > li > a { } +/* release the navbar in landscape view on small devices */ +@media screen and (max-height: 320px) { + .navbar-fixed-top { + position: absolute; + } +} + .shareable_element_text { height: 300px; width: 300px; -- cgit v1.2.3