From c0da02768fc51cdcaa2005330df8ffda3d82d1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 27 Nov 2015 16:45:40 +0100 Subject: [PATCH] Button --- static/css/style.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 44af2612..a6595243 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1008,6 +1008,15 @@ nav ul li:hover, nav ul li.active { .mobile-search{display:none;} @media only screen and (max-width: 600px){ + #playbar{ + display:block; + position: fixed; + bottom: 0px; + z-index: 1000; + left: 0; + right: 0; + } + .mega {display:none;} .mobile-search{display:block;} @@ -1085,14 +1094,7 @@ nav ul li:hover, nav ul li.active { } @media only screen and (min-width: 992px){ - #playbar{ - display:block; - position: fixed; - bottom: 0px; - z-index: 1000; - left: 0; - right: 0; - } + .navbar-fixed { height: 64px;