Plugin Directory

Changeset 906346


Ignore:
Timestamp:
05/01/2014 03:41:56 PM (12 years ago)
Author:
DWUser.com
Message:

Update to provide better compatibility with other plugins by making the custom .ui-front CSS to be specific to the EasyRotator-generated jQuery UI dialogs. No version update because this issue has been unreported up to this point.

Location:
easyrotator-for-wordpress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easyrotator-for-wordpress/tags/1.0.11/easyrotator.php

    r893790 r906346  
    157157        ?>
    158158        <style type="text/css">
    159             body .ui-front {
     159            body .ui-dialog-easyrotator.ui-front {
    160160                z-index: 500100 !important;
    161161            }
     
    390390            // Use a higher z-index for the new jQueryUI CSS
    391391            ?>
    392             .ui-front {
     392            .ui-dialog-easyrotator.ui-front {
    393393                z-index: 169999 !important;
    394394            }
     
    939939                                width: 700,
    940940                                height: 500,
     941                                dialogClass: \'ui-dialog-easyrotator\',
    941942                                zIndex: 159999 // need to go over fs overlay if applicable (which is 14999)
    942943                            }).dialog("open");
     
    10031004                            'jQuery(\'#easyrotator_manage_dialog\').dialog({
    10041005                                title: \'Select a Rotator To Display in Widget\',
     1006                                dialogClass: \'ui-dialog-easyrotator\',
    10051007                                width: 700,
    10061008                                height: 500 // no zIndex needed
     
    11321134                            width:w,
    11331135                            height:h,
     1136                            dialogClass:'ui-dialog-easyrotator',
    11341137                            zIndex:169999 // on top of       dialog <strike>no need for zIndex since won't be on top of fs</strike>
    11351138                        }).dialog('open');
     
    15361539                    width: 700,
    15371540                    height: 500,
     1541                    dialogClass: \'ui-dialog-easyrotator\',
    15381542                    zIndex: 159999 // need to go over fs overlay if applicable (which is 14999)
    15391543                }).dialog(\'open\');');
  • easyrotator-for-wordpress/trunk/easyrotator.php

    r893792 r906346  
    157157        ?>
    158158        <style type="text/css">
    159             body .ui-front {
     159            body .ui-dialog-easyrotator.ui-front {
    160160                z-index: 500100 !important;
    161161            }
     
    390390            // Use a higher z-index for the new jQueryUI CSS
    391391            ?>
    392             .ui-front {
     392            .ui-dialog-easyrotator.ui-front {
    393393                z-index: 169999 !important;
    394394            }
     
    939939                                width: 700,
    940940                                height: 500,
     941                                dialogClass: \'ui-dialog-easyrotator\',
    941942                                zIndex: 159999 // need to go over fs overlay if applicable (which is 14999)
    942943                            }).dialog("open");
     
    10031004                            'jQuery(\'#easyrotator_manage_dialog\').dialog({
    10041005                                title: \'Select a Rotator To Display in Widget\',
     1006                                dialogClass: \'ui-dialog-easyrotator\',
    10051007                                width: 700,
    10061008                                height: 500 // no zIndex needed
     
    11321134                            width:w,
    11331135                            height:h,
     1136                            dialogClass:'ui-dialog-easyrotator',
    11341137                            zIndex:169999 // on top of       dialog <strike>no need for zIndex since won't be on top of fs</strike>
    11351138                        }).dialog('open');
     
    15361539                    width: 700,
    15371540                    height: 500,
     1541                    dialogClass: \'ui-dialog-easyrotator\',
    15381542                    zIndex: 159999 // need to go over fs overlay if applicable (which is 14999)
    15391543                }).dialog(\'open\');');
Note: See TracChangeset for help on using the changeset viewer.