From 9507e12ca71c96c3c248705de1ab6a3ef082a275 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 31 Jan 2016 01:39:12 +0100 Subject: [PATCH] [Web UI] Minor changes in CSS styles --- src/webui/www/public/css/style.css | 8 ++++++++ src/webui/www/public/filters.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/webui/www/public/css/style.css b/src/webui/www/public/css/style.css index 4d93b58b2..ffd878386 100644 --- a/src/webui/www/public/css/style.css +++ b/src/webui/www/public/css/style.css @@ -345,6 +345,12 @@ div.formRow { display: block; } +.filterTitle { + font-weight: bold; + text-transform: uppercase; + padding-left: 5px; +} + ul.filterList { margin: 0 0 0 16px; padding-left: 0; @@ -394,10 +400,12 @@ td.generalLabel { .torrentTable th { padding: 5px 10px; + white-space: nowrap; } .torrentTable td { padding: 0px 3px; + white-space: nowrap; } .torrentTable thead tr { diff --git a/src/webui/www/public/filters.html b/src/webui/www/public/filters.html index fb9ae708d..60403f855 100644 --- a/src/webui/www/public/filters.html +++ b/src/webui/www/public/filters.html @@ -1,4 +1,4 @@ -QBT_TR(Status)QBT_TR +QBT_TR(Status)QBT_TR
-QBT_TR(Labels)QBT_TR +QBT_TR(Labels)QBT_TR