Adjust the mceResize handle so it matches the handle on the plain text editor. See #26241.
Built from https://develop.svn.wordpress.org/trunk@26412 git-svn-id: http://core.svn.wordpress.org/trunk@26312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a61711d24
commit
24d4ba3ac4
|
@ -4294,13 +4294,13 @@ td.plugin-title p {
|
|||
}
|
||||
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
bottom: 2px;
|
||||
bottom: 3px;
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
bottom: -21px;
|
||||
bottom: -20px;
|
||||
}
|
||||
|
||||
#content-resize-handle {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue