summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-07 22:13:13 +0545
committerRenato Botelho <garga@FreeBSD.org>2014-12-07 20:32:58 -0200
commit93365bbdfa905c85812f3f0c91b1f4bd25108a75 (patch)
treebb1791d05d8c66d54ede5652df665869ca2e1619
parent14bd365aea535c200ee045dc27d4dab9b41e4462 (diff)
downloadpfsense-93365bbdfa905c85812f3f0c91b1f4bd25108a75.zip
pfsense-93365bbdfa905c85812f3f0c91b1f4bd25108a75.tar.gz
Standardise css list padding
for the_wall theme
-rw-r--r--usr/local/www/themes/the_wall/all.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index cb90972..35ddbd4 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -761,7 +761,7 @@ ul#wzdnav a:active {
}
.listn {
font-size: 11px;
- padding-right: 16px;
+ padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
@@ -772,7 +772,7 @@ ul#wzdnav a:active {
color: #FFFFFF;
font-size: 11px;
background-color: #990000;
- padding-right: 16px;
+ padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
@@ -782,14 +782,14 @@ ul#wzdnav a:active {
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;
@@ -802,7 +802,7 @@ ul#wzdnav a:active {
}
.listhdrr {
background-color: #BBBBBB;
- padding-right: 16px;
+ padding-right: 6px;
padding-left: 6px;
font-weight: bold;
border-right: 1px solid #999999;
OpenPOWER on IntegriCloud