Make WordPress Core

Changeset 27410


Ignore:
Timestamp:
03/05/2014 12:58:27 PM (12 years ago)
Author:
ocean90
Message:

Admin Menu: Center menu images vertically, see #26630.

File:
1 edited

Legend:

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

    r27195 r27410  
    333333
    334334#adminmenu .wp-menu-image img {
    335         padding: 9px 0 0 0px;
     335        padding: 9px 0 0 0;
    336336        opacity: 0.6;
    337337        filter: alpha(opacity=60);
     
    345345        float: left;
    346346        width: 36px;
    347         height: 30px;
     347        height: 34px;
    348348        margin: 0;
    349349        text-align: center;
     
    361361        speak: none;
    362362        color: #999;
    363         padding: 8px 0;
    364         height: 36px;
     363        padding: 7px 0;
     364        height: 20px;
    365365        width: 20px;
    366366        display: inline-block;
Note: See TracChangeset for help on using the changeset viewer.