Make WordPress Core

Ticket #44643: 44643.media.css.diff

File 44643.media.css.diff, 1.5 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-admin/css/media.css file, see notes in comment below

  • wp-admin/css/media.css

     
    100100.describe-toggle-on,
    101101.describe-toggle-off {
    102102        display: block;
    103         line-height: 36px;
     103        line-height: 2.7;
    104104        float: right;
    105105        margin-right: 10px;
    106106}
     
    132132}
    133133
    134134.media-item .filename {
    135         line-height: 36px;
     135        line-height: 2.7;
    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.2;
    781782}
    782783
    783784.edit-attachment-frame .attachment-info {
     
    955956        background: #f1f1f1;
    956957        -webkit-font-smoothing: antialiased;
    957958        -moz-osx-font-smoothing: grayscale;
    958         line-height: 16px;
     959        line-height: 1.3;
    959960        color: #72777c;
    960961}
    961962
     
    11791180@media screen and (max-width: 782px) {
    11801181        .wp_attachment_details label[for="content"] {
    11811182                font-size: 14px;
    1182                 line-height: 1.5em;
     1183                line-height: 1.5;
    11831184        }
    11841185
    11851186        .media-upload-form .media-item.error,