summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-23 22:32:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-23 22:32:30 +0000
commitb714ce0469e14a51639e3803ee15e4235e193559 (patch)
tree6dcae505cd90a60a9149c1ebaf68ada29fd2386d /usr/local
parent0a95b653a67b738376365749700d5e755744ca80 (diff)
downloadpfsense-b714ce0469e14a51639e3803ee15e4235e193559.zip
pfsense-b714ce0469e14a51639e3803ee15e4235e193559.tar.gz
Add listrborder element
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/themes/metallic/all.css11
-rw-r--r--usr/local/www/themes/nervecenter/all.css11
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css11
-rw-r--r--usr/local/www/themes/pfsense/all.css11
-rw-r--r--usr/local/www/themes/the_wall/all.css11
5 files changed, 55 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index e690c0d..8b26791 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -637,6 +637,17 @@ ul#wzdnav a:active {
border-bottom: 1px solid #999999;
font-size: 11px;
}
+.listrborder {
+ background-color: #FFFFFF;
+ border-right: 1px solid #999999;
+ border-left: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ font-size: 11px;
+ padding-right: 6px;
+ padding-left: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
.listr {
background-color: #FFFFFF;
border-right: 1px solid #999999;
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index ba5f47b..4b93d2e 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -660,6 +660,17 @@ ul#wzdnav a:active {
.listr {
background-color: #FFFFFF;
border-right: 1px solid #999999;
+ border-left: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ font-size: 11px;
+ padding-right: 6px;
+ padding-left: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+.listr {
+ background-color: #FFFFFF;
+ border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
font-size: 11px;
padding-right: 6px;
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index eeff14a..8aa7305 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -450,6 +450,17 @@ table#marquee div#container div#scroller {
border-bottom: 1px solid #999999;
font-size: 11px;
}
+.listrboder {
+ background-color: #FFFFFF;
+ border-right: 1px solid #999999;
+ border-left: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ font-size: 11px;
+ padding-right: 6px;
+ padding-left: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
.listr {
background-color: #FFFFFF;
border-right: 1px solid #999999;
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index f077ba5..2516dc1 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -418,6 +418,17 @@ table#marquee div#container div#scroller {
border-bottom: 1px solid #999999;
font-size: 11px;
}
+.listrborder {
+ background-color: #FFFFFF;
+ border-right: 1px solid #999999;
+ border-left: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ font-size: 11px;
+ padding-right: 6px;
+ padding-left: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
.listr {
background-color: #FFFFFF;
border-right: 1px solid #999999;
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 81d28f9..0c9cd47 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -676,6 +676,17 @@ ul#wzdnav a:active {
}
.listr {
background-color: #FFFFFF;
+ border-left: 1px solid #999999;
+ border-right: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ font-size: 11px;
+ padding-right: 6px;
+ padding-left: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+.listr {
+ background-color: #FFFFFF;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
font-size: 11px;
OpenPOWER on IntegriCloud