- Add CSS reset for the TinyMCE fullscreen mode when used on the Edit Post screen.
- Fix loading of the old and new DFW buttons, use another arg. passed to WP_Editors.
- Reset editor-expand when exiting TinyMCE fullscreen mode.
Fixes #30453.

git-svn-id: https://develop.svn.wordpress.org/trunk@30573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-11-26 02:49:41 +00:00
parent d7e4bdd88e
commit d4946a7904
7 changed files with 53 additions and 12 deletions

View File

@@ -1099,6 +1099,11 @@ i.mce-i-hr:before {
margin: 5px 5px 0 0;
}
.qt-fullscreen {
position: static;
margin: 2px;
}
@media screen and ( max-width: 782px ) {
.mce-toolbar .mce-btn button,
.qt-dfw {