Make WordPress Core

Ticket #44643: 44643.forms.css.diff

File 44643.forms.css.diff, 1.3 KB (added by ianbelanger, 6 years ago)

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

  • wp-admin/css/forms.css

     
    116116input[type="radio"] {
    117117        border-radius: 50%;
    118118        margin-right: 4px;
    119         line-height: 10px;
     119        line-height: 0.8;
    120120}
    121121
    122122input[type="checkbox"]:checked:before,
     
    145145        width: 6px;
    146146        height: 6px;
    147147        margin: 4px;
    148         line-height: 16px;
     148        line-height: 0.66;
    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}
     
    672672.form-table td fieldset label,
    673673.form-table td fieldset p,
    674674.form-table td fieldset li {
    675         line-height: 1.4em;
     675        line-height: 1.4;
    676676}
    677677
    678678.form-table input.tog,
     
    10951095}
    10961096
    10971097.tools-privacy-policy-page span {
    1098         line-height: 2em;
     1098        line-height: 2;
    10991099}
    11001100
    11011101.privacy_requests .column-email {
     
    12801280                width: 9px;
    12811281                height: 9px;
    12821282                margin: 7px;
    1283                 line-height: 16px;
     1283                line-height: 0.66;
    12841284        }
    12851285
    12861286        .wp-upload-form input[type="submit"] {
     
    14051405        .form-table span.description {
    14061406                display: inline;
    14071407                padding: 4px 0 0;
    1408                 line-height: 1.4em;
     1408                line-height: 1.4;
    14091409                font-size: 14px;
    14101410        }
    14111411