summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-07 22:09:45 +0545
committerRenato Botelho <garga@FreeBSD.org>2014-12-07 20:32:58 -0200
commitba1ff1486175bf350f23e9a54145a2cd63f8464e (patch)
treeecb1c80ea23b3ae7421813aabd690287f82110ae
parent433f59491d5a036cae3b8fcd35065b97a0f1c13b (diff)
downloadpfsense-ba1ff1486175bf350f23e9a54145a2cd63f8464e.zip
pfsense-ba1ff1486175bf350f23e9a54145a2cd63f8464e.tar.gz
Standardise css list padding
for pfsense theme
-rw-r--r--usr/local/www/themes/pfsense/all.css10
1 files changed, 5 insertions, 5 deletions
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;
OpenPOWER on IntegriCloud