mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@29495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user