Editor scrolling:

* Reduce the starting height of the editor to better match the height at which the top toolbar unpins.
* Pin the side metaboxes so they do not get lost when the editor content is long.
* Turn magic numbers into variables.

props stephdau, azaozz. see #28328.


Built from https://develop.svn.wordpress.org/trunk@29495


git-svn-id: http://core.svn.wordpress.org/trunk@29273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2014-08-15 03:17:15 +00:00
parent 81815c4d03
commit da2d975668
6 changed files with 148 additions and 28 deletions

View File

@@ -405,6 +405,10 @@ td.plugin-title p {
}
/* end editor-expand.js override */
#poststuff #post-body.columns-2 #side-sortables {
width: 280px;
}
#timestampdiv select {
height: 21px;
line-height: 14px;
@@ -1229,6 +1233,7 @@ table.links-table {
#poststuff #post-body.columns-2 #side-sortables {
min-height: 0;
width: auto;
}
/* hide the radio buttons for column prefs */