Make WordPress Core

Ticket #44643: 44643.media-views.css.diff

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

This patch covers the /wp-includes/css/media-views.css file with a couple of exceptions, see comment below for details

  • wp-includes/css/media-views.css

     
    3030
    3131.media-frame select,
    3232.wp-admin .media-frame select {
    33         line-height: 28px;
     33        line-height: 2;
    3434        margin-top: 3px;
    3535}
    3636
     
    405405        float: left;
    406406        min-height: 22px;
    407407        padding-top: 8px;
    408         line-height: 16px;
     408        line-height: 1.4;
    409409        font-weight: 400;
    410410        color: #666;
    411411}
     
    546546        position: relative;
    547547        padding: 8px 20px;
    548548        margin: 0;
    549         line-height: 18px;
     549        line-height: 1.3;
    550550        font-size: 14px;
    551551        color: #0073aa;
    552552        text-decoration: none;
     
    598598        padding: 8px 10px 9px;
    599599        margin: 0;
    600600        height: 18px;
    601         line-height: 18px;
     601        line-height: 1.3;
    602602        font-size: 14px;
    603603        text-decoration: none;
    604604}
     
    725725.media-frame-title h1 {
    726726        padding: 0 16px;
    727727        font-size: 22px;
    728         line-height: 50px;
     728        line-height: 2.4;
    729729        margin: 0;
    730730}
    731731
     
    13521352.uploader-inline h3, /* Back-compat for pre-4.4 */
    13531353.uploader-inline h2 {
    13541354        font-size: 20px;
    1355         line-height: 28px;
     1355        line-height: 1.4;
    13561356        font-weight: 400;
    13571357        margin: 0;
    13581358}
     
    14231423        display: block;
    14241424        padding-top: 12px;
    14251425        font-size: 14px;
    1426         line-height: 20px;
     1426        line-height: 1.45;
    14271427        font-weight: 600;
    14281428}
    14291429
     
    14311431        float: left;
    14321432        padding: 1px 8px;
    14331433        margin: 1px 8px 1px -8px;
    1434         line-height: 16px;
     1434        line-height: 1.4;
    14351435        border-right: 1px solid #ddd;
    14361436        color: #0073aa;
    14371437        text-decoration: none;
     
    15871587        overflow: hidden;
    15881588        min-height: 60px;
    15891589        margin-bottom: 16px;
    1590         line-height: 18px;
     1590        line-height: 1.5;
    15911591        color: #666;
    15921592        border-bottom: 1px solid #ddd;
    15931593        padding-bottom: 11px;
     
    20872087        display: block;
    20882088        width: 200px;
    20892089        font-size: 13px;
    2090         line-height: 24px;
     2090        line-height: 1.9;
    20912091        color: #666;
    20922092}
    20932093
     
    22942294
    22952295        .media-frame:not(.hide-menu) .media-frame-title .dashicons {
    22962296                display: inline-block;
    2297                 line-height: 50px;
     2297                line-height: 2.5;
    22982298        }
    22992299
    23002300        .media-frame:not(.hide-menu) .media-frame-title h1 {
     
    25572557        .media-modal .media-frame-title h1,
    25582558        .media-frame:not(.hide-menu) .media-frame-title h1 {
    25592559                font-size: 18px;
    2560                 line-height: 40px;
     2560                line-height: 2.3;
    25612561        }
    25622562
    25632563        .media-frame:not(.hide-menu) .media-frame-title .dashicons {
    2564                 line-height: 40px;
     2564                line-height: 2;
    25652565        }
    25662566
    25672567        .media-frame-router,