From 0cd7c4f788d1b0d6b332b008311ba48d47f1b52b Mon Sep 17 00:00:00 2001 From: joshjowen Date: Sat, 26 Apr 2014 20:23:23 +1000 Subject: [PATCH] Made space for config menu in top bar of gui on small screens --- gui/slick/css/default.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gui/slick/css/default.css b/gui/slick/css/default.css index 9054d7d6..3c88eb42 100644 --- a/gui/slick/css/default.css +++ b/gui/slick/css/default.css @@ -176,7 +176,8 @@ a{ #header .wrapper { margin: 0 auto; position: relative; - width: 960px; + width: 850px; + float: left; } #header a:hover { background: none; @@ -192,7 +193,7 @@ a{ float: left; position: relative; top: 0px; - left: -5px; + left: 5px; } #versiontext { color: #FFFFFF; @@ -201,7 +202,7 @@ a{ position: relative; /* text-transform: lowercase;*/ top: 42px; - left: -5px + left: 5px; } .update { @@ -1862,4 +1863,4 @@ pre { color: #343434; height: 37px; text-align: center; -} \ No newline at end of file +}