Editor scrolling:

- Pin the TinyMCE statusbar (elements path) to the bottom.
- Add support for pinning the menu when present.
- Add borders from CSS.
- Optimize getting most elements outerHeight.
Part props avryl, fixes #29293, see #28328.
Built from https://develop.svn.wordpress.org/trunk@29579


git-svn-id: http://core.svn.wordpress.org/trunk@29353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-08-24 05:11:16 +00:00
parent 09c3fd98d0
commit 61292620c5
15 changed files with 218 additions and 103 deletions

View File

@@ -152,7 +152,6 @@ div.mce-toolbar-grp {
background: #f5f5f5;
padding: 0;
position: relative;
z-index: 999;
}
div.mce-toolbar-grp > div {
@@ -368,6 +367,8 @@ div.mce-path {
/* Menubar */
.mce-menubar {
border-color: #e5e5e5;
background: #fff;
border-width: 0px 0px 1px;
}
.mce-menubar .mce-btn:focus {
@@ -759,11 +760,9 @@ i.mce-i-hr:before {
position: relative;
}
#wp-content-editor-tools {
background-color: #f1f1f1;
padding-top: 20px;
.wp-editor-tools {
position: relative;
z-index: 1000;
z-index: 1;
}
.wp-editor-tools:after {