Adjust the mceResize handle so it matches the handle on the plain text editor. See #26241.

git-svn-id: https://develop.svn.wordpress.org/trunk@26412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-11-26 17:52:09 +00:00
parent 47772b85ca
commit 32973b914f

View File

@@ -4294,13 +4294,13 @@ td.plugin-title p {
}
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
bottom: 2px;
bottom: 3px;
position: absolute;
right: 2px;
right: 3px;
}
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
bottom: -21px;
bottom: -20px;
}
#content-resize-handle {