Make WordPress Core

Ticket #32797: 32797.patch

File 32797.patch, 1.8 KB (added by afercia, 8 years ago)
  • src/wp-admin/css/common.css

     
    746746        color: #b4b9be;
    747747        content: '\f153';
    748748        display: block;
    749         font: normal 16px/1 'dashicons';
     749        font: normal 16px/20px 'dashicons';
    750750        speak: none;
    751         height: 16px;
     751        height: 20px;
    752752        text-align: center;
    753753        width: 20px;
    754754        -webkit-font-smoothing: antialiased;
     
    761761
    762762.tagchecklist span a:before,
    763763#bulk-titles div a:before {
    764         margin: 2px 0;
     764        margin: 1px 0;
    765765}
    766766
    767767.welcome-panel .welcome-panel-close:hover:before,
     
    13101310        cursor: pointer;
    13111311}
    13121312
    1313 .notice-dismiss:before {
    1314         position: relative;
    1315         top: 0;
    1316         left: 0;
    1317         line-height: 20px;
    1318 }
    1319 
    13201313.notice-dismiss:hover:before,
    13211314.notice-dismiss:active:before,
    13221315.notice-dismiss:focus:before {
     
    13271320        outline: none;
    13281321        -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    13291322        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    1330         color: #c00;
    13311323}
    13321324
    13331325.ie8 .notice-dismiss:focus {
  • src/wp-admin/css/dashboard.css

     
    156156
    157157.welcome-panel .welcome-panel-close:before {
    158158        position: absolute;
    159         top: 10px;
     159        top: 8px;
    160160        left: 0;
    161161        -webkit-transition: all .1s ease-in-out;
    162162        transition: all .1s ease-in-out;
  • src/wp-admin/css/edit.css

     
    14431443
    14441444        .tagchecklist span {
    14451445                font-size: 16px;
    1446                 line-height: 120%;
     1446                line-height: 1.4;
    14471447        }
    14481448
    14491449        /* Discussion */