TinyMCE 4.0.12, first run.

- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.

git-svn-id: https://develop.svn.wordpress.org/trunk@26876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-12-28 23:52:04 +00:00
parent 3852dd4936
commit 14ace125ee
201 changed files with 43129 additions and 17630 deletions

View File

@@ -4315,7 +4315,7 @@ td.plugin-title p {
}
.autosave-info {
padding: 2px 15px;
padding: 2px;
text-align: right;
}
@@ -4323,43 +4323,20 @@ td.plugin-title p {
border: none;
}
#content-resize-handle,
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
#content-resize-handle {
background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
width: 12px;
height: 12px;
cursor: se-resize;
cursor: n-resize;
}
.rtl #content-resize-handle,
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
background: transparent url('../images/resize-rtl.gif') no-repeat scroll right bottom;
}
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
bottom: 3px;
position: absolute;
right: 3px;
}
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
bottom: -20px;
}
#content-resize-handle {
position: absolute;
right: 3px;
bottom: -20px;
.rtl #content-resize-handle {
background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
}
.press-this #content-resize-handle {
bottom: 2px;
}
.tmce-active #content-resize-handle {
display: none;
}
#wp-word-count {
display: block;
padding: 2px 10px;