From 7dd545ecae4508740b63a24d27a5b94cbf7ecb12 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Fri, 24 Oct 2014 19:28:50 +0100 Subject: [PATCH] Improve display of progress bars. Change fill color height of progress bars in the Downloads columns of the show list page. Change fill color height of progress bars under the images in Layout Poster of the show list page. Remove top grey border on the up to 20% red progress bars in Layout Poster of the show list page. --- gui/slick/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index bcd1d9ed..e4478471 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -631,6 +631,18 @@ home.tmpl border-left: 0px; border-right: 0px; } +.ui-progressbar .ui-progressbar-value { + height:20px +} +.ui-progressbar .progress-20 { + border: none; +} +.show .progress-20, +.show .progress-40, +.show .progress-60, +.show .progress-80 { + height: 7px +} .show .progress-80 { border-radius: 0px;