mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Fix dragging to empty second column in IE8, fixes #21021 for 3.4
git-svn-id: https://develop.svn.wordpress.org/branches/3.4@21098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5e8c505bb0
commit
582b718c28
@ -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…
x
Reference in New Issue
Block a user