mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user