mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 23:30:22 +00:00
Revert the improvenents to arranging of postboxes/metaboxes, [49179]. The current patch fixes about half a dozen problems, but seems more general improvements are needed to how Screen Options work.
See #50699. git-svn-id: https://develop.svn.wordpress.org/trunk@49325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1986,7 +1986,7 @@ html.wp-toolbar {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.postbox-container .meta-box-sortables {
|
||||
.metabox-holder .postbox-container .meta-box-sortables {
|
||||
/* The jQuery UI Sortables need some initial height to work properly. */
|
||||
min-height: 1px;
|
||||
position: relative;
|
||||
@@ -2015,14 +2015,10 @@ html.wp-toolbar {
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#wpbody-content .metabox-holder .postbox-container .empty-container:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.js .widget .widget-top,
|
||||
.js.screen-options-open .postbox .hndle {
|
||||
.js .postbox .hndle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user