summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/the_wall
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 15:16:04 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 15:16:04 -0400
commit0f78d3ad6a5713a94dc54493f0946644e17c8058 (patch)
tree24c32d67007854ce4b647251b5c101cd352d9a46 /usr/local/www/themes/the_wall
parent2a87b190d68a59b4eb84ad611a223d3aac742066 (diff)
downloadpfsense-0f78d3ad6a5713a94dc54493f0946644e17c8058.zip
pfsense-0f78d3ad6a5713a94dc54493f0946644e17c8058.tar.gz
Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
Diffstat (limited to 'usr/local/www/themes/the_wall')
-rw-r--r--usr/local/www/themes/the_wall/all.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 039285b..0fe39e2 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -1251,8 +1251,10 @@ div#log span.log-protocol-mini-header {
/* Sortable tables */
table.sortable thead {
- background-color:#eee;
- color:#666666;
- font-weight: bold;
cursor: default;
+ background-color: #EEEEEE;
+ padding-right: 12px;
+ padding-left: 12px;
+ padding-top: 12px;
+ padding-bottom: 12px;
}
OpenPOWER on IntegriCloud