mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 17:44:25 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user