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:
Andrew Ozz
2020-10-27 10:45:36 +00:00
parent dda3adec97
commit 1a0a55df8c
6 changed files with 197 additions and 240 deletions
+2 -6
View File
@@ -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;
}