Make WordPress Core

Changeset 26296


Ignore:
Timestamp:
11/20/2013 11:28:06 PM (11 years ago)
Author:
azaozz
Message:

Widgets: adjust placeholder size to match the widget size. Prevents the widgets from jumping when one is dragged. See #25858.

File:
1 edited

Legend:

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

    r26293 r26296  
    1002610026    border: 1px dashed #bbb;
    1002710027    margin: 10px 0;
    10028     height: 50px;
     10028    height: 45px;
    1002910029    width: 100%;
    1003010030    -webkit-box-sizing: border-box;
    1003110031    -moz-box-sizing: border-box;
    1003210032    box-sizing: border-box;
     10033}
     10034
     10035#widgets-right .widget-placeholder {
     10036    margin-top: 0;
    1003310037}
    1003410038
Note: See TracChangeset for help on using the changeset viewer.