Make WordPress Core

Ticket #44643: 44643.list-tables.css.diff

File 44643.list-tables.css.diff, 1.7 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-admin/css/list-tables.css file

  • wp-admin/css/list-tables.css

     
    5858        background-color: #72777c;
    5959        color: #fff;
    6060        font-size: 11px;
    61         line-height: 21px;
     61        line-height: 2;
    6262        text-align: center;
    6363}
    6464
     
    109109        background: #ca4a1f;
    110110        color: #fff;
    111111        font-size: 9px;
    112         line-height: 17px;
     112        line-height: 1.9;
    113113        text-align: center;
    114114}
    115115
     
    393393}
    394394
    395395#commentsdiv .inside .row-actions {
    396         line-height: 18px;
     396        line-height: 1.4;
    397397}
    398398
    399399#commentsdiv .inside .column-author {
     
    451451        top: -4px;
    452452        left: -8px;
    453453        color: #444;
    454         line-height: 10px;
     454        line-height: 0.5;
    455455        position: relative;
    456456        vertical-align: top;
    457457        -webkit-font-smoothing: antialiased;
     
    706706        width: 28px;
    707707        height: 28px;
    708708        text-align: center;
    709         line-height: 24px;
     709        line-height: 1.9;
    710710        text-decoration: none;
    711711}
    712712
     
    967967
    968968.inline-edit-row fieldset.inline-edit-date select {
    969969        margin: 1px;
    970         line-height: 28px;
     970        line-height: 2;
    971971}
    972972
    973973.inline-edit-row fieldset label span.input-text-wrap,
     
    11611161}
    11621162
    11631163.plugins td.desc {
    1164         line-height: 1.5em;
     1164        line-height: 1.5;
    11651165}
    11661166
    11671167.plugins .desc ul,
     
    14921492}
    14931493
    14941494.plugin-card .column-rating {
    1495         line-height: 23px;
     1495        line-height: 1.8;
    14961496}
    14971497
    14981498.plugin-card .column-rating,
     
    16611661        .view-switch a {
    16621662                width: 36px;
    16631663                height: 36px;
    1664                 line-height: 33px;
     1664                line-height: 2.6;
    16651665        }
    16661666
    16671667        /* Pagination */
     
    17121712                min-width: 44px;
    17131713                padding: 12px 6px;
    17141714                font-size: 16px;
    1715                 line-height: 18px;
     1715                line-height: 1.15;
    17161716        }
    17171717
    17181718        /* WP List Table Adjustments: General */