Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.

git-svn-id: https://develop.svn.wordpress.org/trunk@19191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-11-06 20:42:20 +00:00
parent 15622fb001
commit 0d7911b7cf
3 changed files with 7 additions and 3 deletions

View File

@@ -3126,7 +3126,11 @@ td.post-title p, td.plugin-title p {
cursor: se-resize;
margin: 0 2px;
position: relative;
top: 22px;
top: -2px;
}
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
top: 20px;
}
#wp-word-count {