diff options
author | Michael Träger <git@m.traeger-mail.de> | 2015-03-09 23:30:55 +0100 |
---|---|---|
committer | root <root@minion.uni-project.de> | 2015-03-09 23:30:55 +0100 |
commit | 95f9cec53ee7898fa1a21ddd12e3e1971fa0aac6 (patch) | |
tree | 720a67517c6874a8acba8ef8ad0e64af47e39cce | |
parent | 6bd0b38a2128deb8f82dabcaf298a291233c5a03 (diff) |
fixed menu with to max 100px from 7% at 3 code parts
-rw-r--r-- | css/old_menu.css | 6 |
1 files 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; |