Make WordPress Core

Changeset 26618

Timestamp:
12/04/2013 06:16:38 PM (11 years ago)
Author:
iammattthomas
Message:

Ensure that .widget-inside gets the necessary interior padding regardless of its containing element. Fixes #26391, props cainm.

File:
1 edited

Legend:

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

    r26615 r26618  
    71507150        margin-right: 0;
    71517151    }
    7152    
     7152
    71537153    .theme-overlay .theme-actions .delete-theme {
    71547154        position: relative;
     
    71567156        bottom: auto;
    71577157    }
    7158    
     7158
    71597159    .theme-overlay .theme-actions .inactive-theme {
    71607160        display: inline;
     
    71927192        width: 100%;
    71937193    }
    7194    
     7194
    71957195    .theme-browser .theme.add-new-theme span:after {
    71967196        font: normal 60px/90px 'dashicons';
     
    1081610816}
    1081710817
    10818 .widgets-holder-wrap .widget-inside {
     10818.widget-inside {
    1081910819    border-top: none;
    1082010820    padding: 1px 15px 15px 15px;
Note: See TracChangeset for help on using the changeset viewer.