diff options
author | robiscool <robrob2626@yahoo.com> | 2010-08-18 00:44:25 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-08-18 00:44:57 -0700 |
commit | 2eb7993da4ebb286b413fd50f2720a735bc4bcf8 (patch) | |
tree | 7b6479ee1a7c9bacccaf421786f9b6ecca32313f /config/snort/css | |
parent | def915603f9ae111aea4a647dc88b254685b864a (diff) | |
download | pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.gz pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.bz2 pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.zip |
snort, fix home image link, add js_rowhelper from 2.0 upstearm
Diffstat (limited to 'config/snort/css')
-rw-r--r-- | config/snort/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/snort/css/style.css b/config/snort/css/style.css index 9c627971..b484966c 100644 --- a/config/snort/css/style.css +++ b/config/snort/css/style.css @@ -29,6 +29,24 @@ font-weight: bold; text-align: center } +/* hack fix the hard coded fbegin link */ +#header-left2 { +position: absolute; +background-position: center center; +height: 67px; +width: 147px; +top: -77px; +left: 8px; +float: left; +z-index:999; +} +#header-left2 #status-link2 { + position: relative; + top: 3px; + left: 2px; +} +/* end of fbegin hack */ + .body2 { font-family:arial; font-size:12px; |