Changeset 906346
- Timestamp:
- 05/01/2014 03:41:56 PM (12 years ago)
- Location:
- easyrotator-for-wordpress
- Files:
-
- 2 edited
-
tags/1.0.11/easyrotator.php (modified) (6 diffs)
-
trunk/easyrotator.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyrotator-for-wordpress/tags/1.0.11/easyrotator.php
r893790 r906346 157 157 ?> 158 158 <style type="text/css"> 159 body .ui- front {159 body .ui-dialog-easyrotator.ui-front { 160 160 z-index: 500100 !important; 161 161 } … … 390 390 // Use a higher z-index for the new jQueryUI CSS 391 391 ?> 392 .ui- front {392 .ui-dialog-easyrotator.ui-front { 393 393 z-index: 169999 !important; 394 394 } … … 939 939 width: 700, 940 940 height: 500, 941 dialogClass: \'ui-dialog-easyrotator\', 941 942 zIndex: 159999 // need to go over fs overlay if applicable (which is 14999) 942 943 }).dialog("open"); … … 1003 1004 'jQuery(\'#easyrotator_manage_dialog\').dialog({ 1004 1005 title: \'Select a Rotator To Display in Widget\', 1006 dialogClass: \'ui-dialog-easyrotator\', 1005 1007 width: 700, 1006 1008 height: 500 // no zIndex needed … … 1132 1134 width:w, 1133 1135 height:h, 1136 dialogClass:'ui-dialog-easyrotator', 1134 1137 zIndex:169999 // on top of dialog <strike>no need for zIndex since won't be on top of fs</strike> 1135 1138 }).dialog('open'); … … 1536 1539 width: 700, 1537 1540 height: 500, 1541 dialogClass: \'ui-dialog-easyrotator\', 1538 1542 zIndex: 159999 // need to go over fs overlay if applicable (which is 14999) 1539 1543 }).dialog(\'open\');'); -
easyrotator-for-wordpress/trunk/easyrotator.php
r893792 r906346 157 157 ?> 158 158 <style type="text/css"> 159 body .ui- front {159 body .ui-dialog-easyrotator.ui-front { 160 160 z-index: 500100 !important; 161 161 } … … 390 390 // Use a higher z-index for the new jQueryUI CSS 391 391 ?> 392 .ui- front {392 .ui-dialog-easyrotator.ui-front { 393 393 z-index: 169999 !important; 394 394 } … … 939 939 width: 700, 940 940 height: 500, 941 dialogClass: \'ui-dialog-easyrotator\', 941 942 zIndex: 159999 // need to go over fs overlay if applicable (which is 14999) 942 943 }).dialog("open"); … … 1003 1004 'jQuery(\'#easyrotator_manage_dialog\').dialog({ 1004 1005 title: \'Select a Rotator To Display in Widget\', 1006 dialogClass: \'ui-dialog-easyrotator\', 1005 1007 width: 700, 1006 1008 height: 500 // no zIndex needed … … 1132 1134 width:w, 1133 1135 height:h, 1136 dialogClass:'ui-dialog-easyrotator', 1134 1137 zIndex:169999 // on top of dialog <strike>no need for zIndex since won't be on top of fs</strike> 1135 1138 }).dialog('open'); … … 1536 1539 width: 700, 1537 1540 height: 500, 1541 dialogClass: \'ui-dialog-easyrotator\', 1538 1542 zIndex: 159999 // need to go over fs overlay if applicable (which is 14999) 1539 1543 }).dialog(\'open\');');
Note: See TracChangeset
for help on using the changeset viewer.