Make WordPress Core

Changeset 21099


Ignore:
Timestamp:
06/21/2012 07:45:31 PM (12 years ago)
Author:
azaozz
Message:

Fix dragging to empty second column in IE8, fixes #21021 for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r21094 r21099  
    19691969}
    19701970
    1971 .postbox-container .meta-box-sortables:empty {
    1972     min-height: 0;
    1973     height: 0;
    1974 }
    1975 
    1976 .metabox-holder .postbox-container .empty-container,
    1977 #post-body.columns-2 #side-sortables:empty {
     1971.metabox-holder .postbox-container .empty-container {
    19781972    border: 3px dashed #CCCCCC;
    19791973    height: 250px;
Note: See TracChangeset for help on using the changeset viewer.