From 95f9cec53ee7898fa1a21ddd12e3e1971fa0aac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Tr=C3=A4ger?= Date: Mon, 9 Mar 2015 23:30:55 +0100 Subject: fixed menu with to max 100px from 7% at 3 code parts --- css/old_menu.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/old_menu.css b/css/old_menu.css index 248ad34..42f3cf3 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -1,16 +1,16 @@ @media screen and (min-width: 1100px){ #expanddiv {background-color: #1d2d44;} -#controls{width: 93% !important;margin-left: 7% !important;} +#controls{width: 93% !important;margin-left: 100px !important;} #content {margin-top: 0px;} -#content-wrapper {padding-left: 7% !important;width: 100% !important;} +#content-wrapper {padding-left: 100px !important;width: 100% !important;} #navigation{ background-color: #1d2d44; visibility:visible; display: block !important; position:fixed !important; bottom:0px; - width: 7% !important; + width: 100px !important; top:45px; max-height: 100% !important; margin-top:0px !important; -- cgit v1.2.3