From 0f78d3ad6a5713a94dc54493f0946644e17c8058 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 20 Aug 2009 15:16:04 -0400 Subject: Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support --- usr/local/www/themes/pfsense-dropdown/all.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr/local/www/themes/pfsense-dropdown') diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 6868ef5..1891f07 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -953,10 +953,12 @@ 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; } #graph { -- cgit v1.1