diff options
author | robiscool <robrob2626@yahoo.com> | 2011-06-25 08:41:45 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2011-06-25 08:41:45 -0700 |
commit | 29f7aa59851de73ad4bc6e08589448895ce11dba (patch) | |
tree | 128e817a49bf6ce3ce6497d5aeac906551dcd1f3 /config/snort-dev/css | |
parent | eb63ff52f60d7fda2b71bf6319849604e38802e2 (diff) | |
download | pfsense-packages-29f7aa59851de73ad4bc6e08589448895ce11dba.tar.gz pfsense-packages-29f7aa59851de73ad4bc6e08589448895ce11dba.tar.bz2 pfsense-packages-29f7aa59851de73ad4bc6e08589448895ce11dba.zip |
snort-dev, update modal, begin update gui work
Diffstat (limited to 'config/snort-dev/css')
-rw-r--r-- | config/snort-dev/css/style_snort2.css | 64 |
1 files changed, 50 insertions, 14 deletions
diff --git a/config/snort-dev/css/style_snort2.css b/config/snort-dev/css/style_snort2.css index 54ce4af6..0582f70d 100644 --- a/config/snort-dev/css/style_snort2.css +++ b/config/snort-dev/css/style_snort2.css @@ -101,24 +101,60 @@ a { .loadingWaitingMessage{ - position: absolute; - top: 25%; - left: 50%; - color: #ffffff; - z-index: 9999; - text-align: center; + text-align: center; + margin-top:40px; } -.loadingWaitingUpdateGUI{ +.snortModal { + width:500px; + height:300px; + position:absolute; + z-index:999; + background-color:#000; +} - position: absolute; - top: 25%; - left: 35%; - color: #ffffff; - z-index: 9999; - text-align: center; - +.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; + background-image:url( '/snort/images/top_modal_bar_lil.jpg' ); + background-repeat:repeat-x; + margin-bottom:1px; +} + +.snortModalTopClose { + width:9px; + height:9px; + float:right; + margin-right:10px; + margin-top:8px; +} + +.snortModalTitle { + text-align: center; +} + +.snortModalTitleUpdate { + position:absolute; + top: 125px; + left: 170px; + width: 600px; } .listhdrr2 { |