Make WordPress Core


Ignore:
Timestamp:
07/13/2012 01:47:16 AM (14 years ago)
Author:
azaozz
Message:

Widgets: ensure the "drop zone" matches the height of the Inactive Widgets container, fixes #21250

File:
1 edited

Legend:

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

    r21041 r21270  
    259259#dragHelper,
    260260.widget .widget-top,
    261 .widget,
    262261.widget-control-actions,
    263262.tagchecklist,
     
    380379}
    381380
     381.inactive-sidebar .widget {
     382    display: block;
     383    float: left;
     384}
     385
    382386#wpcontent .button-primary-disabled {
    383387    color: #9FD0D5;
Note: See TracChangeset for help on using the changeset viewer.