Changeset 3698
- Timestamp:
- 04/06/2006 09:56:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
r3664 r3698 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 + '\');">';
Note: See TracChangeset
for help on using the changeset viewer.