Make WordPress Core

Ticket #27400: 27400.2.diff

File 27400.2.diff, 1.1 KB (added by melchoyce, 12 years ago)
  • wp-admin/css/customize-widgets.css

     
    166166.widget-reorder-nav span:before {
    167167        display: inline-block;
    168168        position: absolute;
    169         top: 0;
     169        top: 14px;
    170170        right: 0;
    171171        width: 100%;
    172172        height: 100%;
    173         font: normal normal 20px/43px 'Genericons';
     173        font: normal 16px/1 'dashicons';
    174174        text-align: center;
    175175        text-indent: 0;
    176176}
     
    182182}
    183183
    184184.move-widget:before {
    185         content: '\f442';
     185        content: '\f504';
    186186}
    187187
    188188.move-widget-down:before {
    189         content: '\f431';
     189        content: '\f347';
    190190}
    191191
    192192.move-widget-up:before {
    193         content: '\f432';
     193        content: '\f343';
    194194}
    195195
    196196#customize-theme-controls .first-widget .move-widget-up,
     
    238238
    239239#customize-theme-controls .widget-area-select li:before {
    240240        display: none;
    241         content: '\f418';
     241        content: '\f147';
    242242        position: absolute;
    243243        top: 10px;
    244244        left: 10px;
    245         font-family: 'Genericons';
     245        font: normal 16px/1 'dashicons';
    246246        font-size: 24px;
    247247        line-height: 1;
    248248}