diff options
author | robiscool <robrob2626@yahoo.com> | 2011-06-30 07:33:41 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2011-06-30 07:34:54 -0700 |
commit | a6d10c612a2dd7020e9404f42a5e1cfd5a16e8d4 (patch) | |
tree | 58e858294dfa4c6a0527addab1aef638893c66db /config/snort-dev/css | |
parent | d7807cc49fb9c3c28f417c929b19c65c56ec6cb8 (diff) | |
download | pfsense-packages-a6d10c612a2dd7020e9404f42a5e1cfd5a16e8d4.tar.gz pfsense-packages-a6d10c612a2dd7020e9404f42a5e1cfd5a16e8d4.tar.bz2 pfsense-packages-a6d10c612a2dd7020e9404f42a5e1cfd5a16e8d4.zip |
snort-dev, add in update code, fix snort.conf build bug, add new update css
Diffstat (limited to 'config/snort-dev/css')
-rw-r--r-- | config/snort-dev/css/style_snort2.css | 56 |
1 files changed, 35 insertions, 21 deletions
diff --git a/config/snort-dev/css/style_snort2.css b/config/snort-dev/css/style_snort2.css index 0582f70d..6b5995cd 100644 --- a/config/snort-dev/css/style_snort2.css +++ b/config/snort-dev/css/style_snort2.css @@ -114,22 +114,6 @@ a { background-color:#000; } -.snortModalUpdate { - width:900px; - height:500px; - position:absolute; - z-index:999; - background-color:#000; -} - -.snortModalTopUpdate { - width:900px; - height:25px; - background-image:url( '/snort/images/top_modal_bar_lil.jpg' ); - background-repeat:repeat-x; - margin-bottom:1px; -} - .snortModalTop { width:500px; height:25px; @@ -138,6 +122,10 @@ a { margin-bottom:1px; } +.snortModalTitle { + text-align: center; +} + .snortModalTopClose { width:9px; height:9px; @@ -146,15 +134,41 @@ a { margin-top:8px; } -.snortModalTitle { - text-align: center; +.snortModalUpdate { + width: 700px; + height: 200px; + z-index:999; + background-color:#000000; +} + +.snortModalTopUpdate { + width: 700px; + height: 25px; + background-image:url( '/snort/images/top_modal_bar_lil.jpg' ); + background-repeat:repeat-x; + margin-bottom:1px; } .snortModalTitleUpdate { position:absolute; - top: 125px; - left: 170px; - width: 600px; + left: 50px; + width: 600px; + margin-top: 0px; + margin-bottom: 0px; +} + +.snortModalTitleUpdateMsg1 { + top: 50px; + font-weight: bold; + font-size: 24px; +} + +.snortModalTitleUpdateBar { + top: 90px; +} + +.snortModalTitleUpdateMsg2 { + top: 145px; } .listhdrr2 { |