mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Mac users deserve their own backwards popup layout. Props to that Andy guy. fixes #2645
git-svn-id: https://develop.svn.wordpress.org/trunk@3698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0004abe8a7
commit
0b6cff1a29
@ -283,6 +283,7 @@ TinyMCE_Windows.prototype.open = function(url, name, features) {
|
||||
html += '<title>Wrapper iframe</title>';
|
||||
html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
|
||||
html += '<link href="' + this.getParam("css_file") + '" rel="stylesheet" type="text/css" />';
|
||||
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>';
|
||||
html += '</head>';
|
||||
html += '<body onload="parent.mcWindows.onLoad(\'' + name + '\');">';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user