From d20628baff23f9fc4b647b04ae4b83c8126bcea2 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 14 Oct 2008 00:42:33 +0000 Subject: [PATCH] better spacing for the filter icons --- deluge/ui/webui/templates/ajax/template_style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deluge/ui/webui/templates/ajax/template_style.css b/deluge/ui/webui/templates/ajax/template_style.css index 11a5c04f8..dd041c2fd 100644 --- a/deluge/ui/webui/templates/ajax/template_style.css +++ b/deluge/ui/webui/templates/ajax/template_style.css @@ -51,6 +51,12 @@ html, body { #toolbar #buttons #connections {background-image:url(template/static/icons/32/connections.png)} /* The icons for the filter states */ +#labels li { + background-repeat: no-repeat; + background-position: 4px; + padding-left: 24px; + line-height: 20px; +} #labels .all { background-image: url('/pixmaps/dht16.png'); } #labels .active { background-image: url('/pixmaps/active16.png'); } #labels .downloading { background-image: url('/pixmaps/downloading16.png'); }