Make WordPress Core

Changeset 3698


Ignore:
Timestamp:
04/06/2006 09:56:56 AM (20 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 + '\');">';
Note: See TracChangeset for help on using the changeset viewer.