Changeset 3698

Show
Ignore:
Timestamp:
04/06/06 09:56:56 (3 years ago)
Author:
ryan
Message:

Mac users deserve their own backwards popup layout. Props to that Andy guy. fixes #2645

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js

    r3664 r3698  
    284284    html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 
    285285    html += '<link href="' + this.getParam("css_file") + '" rel="stylesheet" type="text/css" />'; 
     286    if ( this.isMac ) html += '<style type="text/css">.mceWindowTitle{float:none;margin:0;text-align:center;}.mceWindowClose{float:none;position:absolute;left:0px;top:0px;}</style>'; 
    286287    html += '</head>'; 
    287288    html += '<body onload="parent.mcWindows.onLoad(\'' + name + '\');">';