diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2012-09-10 16:32:28 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2012-09-10 16:32:28 +0200 |
commit | 52b2726831c2f170b563ce7e579ffcaf24e17049 (patch) | |
tree | b7356c7dc78f16bc6bb73d248ac03b4066d952fe /usr/local/www/themes | |
parent | a6d5e0439da3945c77beeb5bab5956223973cc80 (diff) | |
download | pfsense-52b2726831c2f170b563ce7e579ffcaf24e17049.zip pfsense-52b2726831c2f170b563ce7e579ffcaf24e17049.tar.gz |
Added a setting for configuring the firewall log to either:
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')
'fixed' a few html validation issues..
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r-- | usr/local/www/themes/pfsense_ng/all.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index 3452c72..cdb9b9a 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -920,6 +920,10 @@ ul#wzdnav a:active { padding-top: 4px; padding-bottom: 4px; } +.listFirewall { + border-bottom: 2px solid #999999; + display:none; +} .listlrns { background-color: #FFFFFF; border-right: 1px solid #999999; |