Fix dragging to empty second column in IE8, fixes #21021 for trunk
git-svn-id: http://core.svn.wordpress.org/trunk@21099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc34bddae6
commit
cbc2a6833a
|
@ -1968,13 +1968,7 @@ html.wp-toolbar {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.postbox-container .meta-box-sortables:empty {
|
||||
min-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.metabox-holder .postbox-container .empty-container,
|
||||
#post-body.columns-2 #side-sortables:empty {
|
||||
.metabox-holder .postbox-container .empty-container {
|
||||
border: 3px dashed #CCCCCC;
|
||||
height: 250px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue