Ticket #2645: mac-popups.diff
| File mac-popups.diff, 820 bytes (added by , 20 years ago) |
|---|
-
wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
283 283 html += '<title>Wrapper iframe</title>'; 284 284 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 285 285 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>'; 286 287 html += '</head>'; 287 288 html += '<body onload="parent.mcWindows.onLoad(\'' + name + '\');">'; 288 289