Make WordPress Core

Ticket #27400: 27400.4.diff

File 27400.4.diff, 656 bytes (added by Michael Arestad, 11 years ago)

Change positioning of reorder icons

  • wp-admin/css/customize-widgets.css

     
    170170        right: 0;
    171171        width: 100%;
    172172        height: 100%;
    173         font: normal 20px/1 'dashicons';
     173        font: normal 20px/43px 'dashicons';
    174174        text-align: center;
    175175        text-indent: 0;
    176176        -webkit-font-smoothing: antialiased;
     
    312312        position: relative;
    313313        left: -2px;
    314314        top: -1px;
    315         font: normal 16px/1 'dashicons';
     315        font: normal 20px/1 'dashicons';
    316316        vertical-align: middle;
    317317        -webkit-transition: all 0.2s;
    318318        transition: all 0.2s;