Make WordPress Core

Ticket #46516: 46516.diff

File 46516.diff, 1.6 KB (added by ianbelanger, 6 years ago)
  • wp-admin/css/nav-menus.css

     
    434434
    435435.menu-item-bar {
    436436        clear: both;
    437         line-height: 1.5em;
     437        line-height: 1.5;
    438438        position: relative;
    439439        margin: 9px 0 0;
    440440}
     
    446446        height: auto;
    447447        min-height: 20px;
    448448        width: 382px;
    449         line-height: 30px;
     449        line-height: 2.4;
    450450        overflow: hidden;
    451451        word-wrap: break-word;
    452452}
     
    476476.menu-item-handle .item-title {
    477477        font-size: 13px;
    478478        font-weight: 600;
    479         line-height: 20px;
     479        line-height: 1.6;
    480480        display: block;
    481481        /* @todo: responsive view. */
    482482        margin-right: 13em;
     
    552552        padding: 12px 16px;
    553553        color: #666;
    554554        font-size: 12px;
    555         line-height: 18px;
     555        line-height: 1.5;
    556556}
    557557
    558558.item-controls {
     
    594594        color: #0073aa;
    595595        text-decoration: underline;
    596596        font-size: 12px;
    597         line-height: 18px;
     597        line-height: 1.5;
    598598}
    599599
    600600.no-js.nav-menus-php .item-edit .screen-reader-text {
     
    733733.nav-menus-php .major-publishing-actions {
    734734        clear: both;
    735735        padding: 10px 0;
    736         line-height: 28px;
     736        line-height: 2.1;
    737737}
    738738
    739739.nav-menus-php .major-publishing-actions .publishing-action {
     
    748748/* Same as the Publish Meta Box #delete-action */
    749749.nav-menus-php .delete-action {
    750750        float: left;
    751         line-height: 28px;
     751        line-height: 2.1;
    752752}
    753753
    754754.nav-menus-php .major-publishing-actions .form-invalid {
     
    837837
    838838        .nav-menus-php .delete-action {
    839839                font-size: 14px;
    840                 line-height: 30px;
     840                line-height: 2.1;
    841841        }
    842842
    843843        .menu-item-bar .menu-item-handle,