diff options
author | robiscool <robrob2626@yahoo.com> | 2010-08-16 16:53:15 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-08-16 16:53:15 -0700 |
commit | 140efc422969d411e620174501aa292ae1345534 (patch) | |
tree | ac61e242634c7dd0dbc3f5ccb9cc46d6e7b498cc /config/snort/css/style.css | |
parent | cdb07b3d4b0002b9305e6606de64527cac981f72 (diff) | |
download | pfsense-packages-140efc422969d411e620174501aa292ae1345534.tar.gz pfsense-packages-140efc422969d411e620174501aa292ae1345534.tar.bz2 pfsense-packages-140efc422969d411e620174501aa292ae1345534.zip |
snort, major changes, fix pid bug, add jquery lightbox, update gui
Diffstat (limited to 'config/snort/css/style.css')
-rw-r--r-- | config/snort/css/style.css | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/config/snort/css/style.css b/config/snort/css/style.css index 44568873..9c627971 100644 --- a/config/snort/css/style.css +++ b/config/snort/css/style.css @@ -1,3 +1,42 @@ +.alert { + position:absolute; + top:10px; + left:0px; + width:94%; +background:#FCE9C0; +background-position: 15px; +border-top:2px solid #DBAC48; +border-bottom:2px solid #DBAC48; +padding: 15px 10px 85% 50px; +} + +.formpre { +font-family:arial; +font-size: 1.1em; +} + +#download_rules { +font-family: arial; +font-size: 13px; +font-weight: bold; +text-align: center +} + +#download_rules_td { +font-family: arial; +font-size: 13px; +font-weight: bold; +text-align: center +} + +.body2 { +font-family:arial; +font-size:12px; +} + + + + /* Start of main css Pfsense */ /* Start of main css Pfsense */ @@ -147,7 +186,3 @@ tr.hide { border: 1px solid #ccc; } - -/*************************************************************/ - - |