Make WordPress Core

Ticket #33141: 33141.2.patch

File 33141.2.patch, 586 bytes (added by mauteri, 9 years ago)

Just combed through the admin. Plugins -> Add New also has the 16px font size and the X is getting clipped. See updated patch. Thanks!

  • wp-admin/css/common.css

    diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
    index ab40281..bd12ee5 100644
    a b th.action-links { 
    10331033        padding: 3px 5px;
    10341034        width: 280px;
    10351035        max-width: 100%;
    1036         font-size: 16px;
    10371036        font-weight: 300;
    10381037        line-height: 1.5;
    10391038}
  • wp-admin/css/themes.css

    diff --git a/wp-admin/css/themes.css b/wp-admin/css/themes.css
    index 2b802aa..a626440 100644
    a b  
    3232        left: 20px;
    3333        margin: 0;
    3434        width: 280px;
    35         font-size: 16px;
    3635        font-weight: 300;
    3736        line-height: 1.5;
    3837}