Make WordPress Core

Ticket #46530: 46530.1.diff

File 46530.1.diff, 1.5 KB (added by ianbelanger, 5 years ago)

Updates patch with more precise line-height calculations

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

     
    100100.describe-toggle-on,
    101101.describe-toggle-off {
    102102        display: block;
    103         line-height: 36px;
     103        line-height: 2.76923076;
    104104        float: right;
    105105        margin-right: 10px;
    106106}
     
    132132}
    133133
    134134.media-item .filename {
    135         line-height: 36px;
     135        line-height: 2.76923076;
    136136        overflow: hidden;
    137137        margin-left: 6px;
    138138}
     
    239239        height: 36px;
    240240        font-size: 18px;
    241241        font-weight: 600;
    242         line-height: 36px;
     242        line-height: 2;
    243243        padding: 0 36px 0 16px;
    244244        position: absolute;
    245245        top: 0;
     
    382382        margin: -0.5em 0 2em 0;
    383383}
    384384
     385/* This does not belong here, it has nothing to do with media */
    385386#poststuff .inside .the-tagcloud {
    386387        margin: 5px 0 10px;
    387388        padding: 8px;
    388389        border: 1px solid #ddd;
    389         line-height: 1.8em;
     390        line-height: 1.9;
    390391        word-spacing: 3px;
    391392}
    392393
     
    777778.edit-attachment-frame input,
    778779.edit-attachment-frame textarea {
    779780        padding: 6px 8px;
    780         line-height: 16px;
     781        line-height: 1.14285714;
    781782}
    782783
    783784.edit-attachment-frame .attachment-info {
     
    962963        background: #f1f1f1;
    963964        -webkit-font-smoothing: antialiased;
    964965        -moz-osx-font-smoothing: grayscale;
    965         line-height: 16px;
     966        line-height: 1.23076923;
    966967        color: #72777c;
    967968}
    968969
     
    11861187@media screen and (max-width: 782px) {
    11871188        .wp_attachment_details label[for="content"] {
    11881189                font-size: 14px;
    1189                 line-height: 1.5em;
     1190                line-height: 1.5;
    11901191        }
    11911192
    11921193        .media-upload-form .media-item.error,