Fix postbox containers when there are no visible postboxes in them, fixes #18882

git-svn-id: https://develop.svn.wordpress.org/trunk@18924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-09 00:05:38 +00:00
parent 34e570a8ab
commit 692d11e622
5 changed files with 31 additions and 19 deletions

View File

@@ -2069,6 +2069,10 @@ body.admin-bar #adminmenu {
float: left;
}
.postbox-container .meta-box-sortables {
min-height: 350px;
}
.postbox-container .meta-box-sortables.empty-container,
#side-sortables.empty-container {
border: 3px dashed #CCCCCC;