Make WordPress Core

Ticket #44643: 44643.dashboard.css.diff

File 44643.dashboard.css.diff, 1.4 KB (added by ianbelanger, 6 years ago)

This patch is a WIP for the /wp-admin/css/dashboard.css file, see comment below for details

  • wp-admin/css/dashboard.css

     
    107107        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    108108        background: #fff;
    109109        font-size: 13px;
    110         line-height: 2.1em;
     110        line-height: 1.7;
    111111}
    112112
    113113.welcome-panel h2 {
     
    198198}
    199199
    200200.welcome-panel .welcome-widgets-menus {
    201         line-height: 16px;
     201        line-height: 1.2;
    202202}
    203203
    204204.welcome-panel .welcome-panel-column ul {
     
    206206}
    207207
    208208.welcome-panel .welcome-panel-column li {
    209         line-height: 16px;
     209        line-height: 1.1;
    210210        list-style-type: none;
    211211        padding: 0 0 8px;
    212212}
     
    357357.community-events-form label {
    358358        display: inline-block;
    359359        vertical-align: top;
    360         line-height: 28px;
     360        line-height: 2.1;
    361361        height: 28px;
    362362}
    363363
     
    379379#dashboard-widgets .community-events-cancel.button-link {
    380380        vertical-align: top;
    381381        /* Same properties as the submit button for cross-browsers alignment. */
    382         line-height: 26px;
     382        line-height: 2;
    383383        height: 28px;
    384384        text-decoration: underline;
    385385}
     
    977977}
    978978
    979979#latest-comments #the-comment-list .comment-meta {
    980         line-height: 1.5em;
     980        line-height: 1.5;
    981981        margin: 0;
    982982        color: #666;
    983983}
     
    10281028a.rsswidget {
    10291029        font-size: 13px;
    10301030        font-weight: 600;
    1031         line-height: 1.4em;
     1031        line-height: 1.4;
    10321032}
    10331033
    10341034.rss-widget ul li {
    1035         line-height: 1.5em;
     1035        line-height: 1.5;
    10361036        margin-bottom: 12px;
    10371037}
    10381038