Make WordPress Core

Changeset 22404


Ignore:
Timestamp:
11/06/2012 10:29:48 PM (13 years ago)
Author:
nacin
Message:

Use inline-block for wrapping filter links. props ocean90, SergeyBiryukov. fixes #21985.

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

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

    r22314 r22404  
    380380}
    381381
     382.subsubsub li {
     383    display: inline;
     384}
     385
    382386table.ie-fixed {
    383387    table-layout: fixed;
  • trunk/wp-admin/css/wp-admin.css

    r22400 r22404  
    487487
    488488.subsubsub li {
    489     display: inline;
     489    display: inline-block;
    490490    margin: 0;
    491491    padding: 0;
     
    23332333    line-height: 14px;
    23342334}
    2335  
     2335
    23362336.welcome-panel .welcome-write-blog {
    23372337    background: url('../images/welcome-icons.png') no-repeat 0px -46px;
     
    23552355        background-size: 16px;
    23562356    }
    2357    
     2357
    23582358    .welcome-panel .welcome-edit-page {
    23592359        background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
    23602360        background-size: 16px;
    23612361    }
    2362    
     2362
    23632363    .welcome-panel .welcome-learn-more {
    23642364        background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
    23652365        background-size: 16px;
    23662366    }
    2367    
     2367
    23682368    .welcome-panel .welcome-comments {
    23692369        background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
    23702370        background-size: 16px;
    23712371    }
    2372    
     2372
    23732373    .welcome-panel .welcome-view-site {
    23742374        background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
    23752375        background-size: 16px;
    23762376    }
    2377    
     2377
    23782378    .welcome-panel .welcome-widgets-menus {
    23792379        background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
    23802380        background-size: 16px;
    23812381    }
    2382      
     2382
    23832383    .welcome-panel .welcome-write-blog {
    23842384        background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
     
    24162416        margin: 0.4em 0 0;
    24172417    }
    2418    
     2418
    24192419    .welcome-panel .welcome-add-page,
    24202420    .welcome-panel .welcome-edit-page,
Note: See TracChangeset for help on using the changeset viewer.