Make WordPress Core

Ticket #46512: 46512.1.diff

File 46512.1.diff, 1.3 KB (added by ianbelanger, 5 years ago)

Updates patch with more precise line-height calculations

  • src/wp-admin/css/forms.css

     
    116116input[type="radio"] {
    117117        border-radius: 50%;
    118118        margin-right: 4px;
    119         line-height: 10px;
     119        line-height: 0.71428571;
    120120}
    121121
    122122input[type="checkbox"]:checked:before,
     
    145145        width: 6px;
    146146        height: 6px;
    147147        margin: 4px;
    148         line-height: 16px;
     148        line-height: 0.76190476;
    149149        background-color: #1e8cbe;
    150150}
    151151
     
    310310
    311311.wp-admin select {
    312312        padding: 2px;
    313         line-height: 28px;
     313        line-height: 2;
    314314        height: 28px;
    315315        vertical-align: middle;
    316316}
     
    689689.form-table td fieldset label,
    690690.form-table td fieldset p,
    691691.form-table td fieldset li {
    692         line-height: 1.4em;
     692        line-height: 1.4;
    693693}
    694694
    695695.form-table input.tog,
     
    11121112}
    11131113
    11141114.tools-privacy-policy-page span {
    1115         line-height: 2em;
     1115        line-height: 2;
    11161116}
    11171117
    11181118.privacy_requests .column-email {
     
    12971297                width: 9px;
    12981298                height: 9px;
    12991299                margin: 7px;
    1300                 line-height: 16px;
     1300                line-height: 0.76190476;
    13011301        }
    13021302
    13031303        .wp-upload-form input[type="submit"] {
     
    14221422        .form-table span.description {
    14231423                display: inline;
    14241424                padding: 4px 0 0;
    1425                 line-height: 1.4em;
     1425                line-height: 1.4;
    14261426                font-size: 14px;
    14271427        }
    14281428