From 4fb660ae166f71a3bf30c6aa74459eb58e63439f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 7 Dec 2014 22:09:45 +0545 Subject: Standardise css list padding for pfsense theme --- usr/local/www/themes/pfsense/all.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr') diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index f14e710..07afe1e 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -517,7 +517,7 @@ table#marquee div#container div#scroller { } .listn { font-size: 11px; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; @@ -528,7 +528,7 @@ table#marquee div#container div#scroller { font-size: 11px; color: #FFFFFF; background-color: #990000; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; @@ -538,14 +538,14 @@ table#marquee div#container div#scroller { border-bottom: 1px solid #999999; font-size: 11px; background-color: #999999; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; } .listhdr { background-color: #BBBBBB; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; font-weight: bold; border-bottom: 1px solid #999999; @@ -558,7 +558,7 @@ table#marquee div#container div#scroller { } .listhdrr { background-color: #BBBBBB; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; font-weight: bold; border-right: 1px solid #999999; -- cgit v1.1