From 8e631b11e549c9340964ae3e92c7cbac71d80329 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Mon, 13 Oct 2014 17:35:23 +0100 Subject: [PATCH] Change: Reduce UI width. Adjust "Limit:" right alignment on history page. --- gui/slick/css/default.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gui/slick/css/default.css b/gui/slick/css/default.css index 3a39b61f..cfd1ddc1 100644 --- a/gui/slick/css/default.css +++ b/gui/slick/css/default.css @@ -386,7 +386,7 @@ a.inner { #header .wrapper { margin: 0 auto; position: relative; - width: 1250px; + width: 1024px; } #header a:hover { @@ -396,7 +396,7 @@ a.inner { #header .showInfo .checkboxControls { margin: 0 auto; position: relative; - width: 1250px; + width: 1024px; } #logo { @@ -493,7 +493,7 @@ h2 { } .h2footer { - margin: -35px 5px 6px 0px; + margin: -35px 0px 6px 0px; } .h2footer select { @@ -606,7 +606,6 @@ input:not(.btn){ .footer { clear: both; - width: 1250px; text-align: center; padding-top: 5px; padding-bottom: 5px; @@ -1148,7 +1147,7 @@ div#summary tr td { line-height: 24px; margin: 0 auto; padding: 105px 0 0; - width: 1250px; + width: 1024px; } #content960 { @@ -4976,7 +4975,7 @@ posterlist.css } .show { - margin: 10px; + margin: 8px; background-color: #333; border-radius: 3px; width: 186px;