Make WordPress Core

Ticket #41614: 41614.diff

File 41614.diff, 1.1 KB (added by mrasharirfan, 7 years ago)

Improved button spacing

  • wp-admin/css/customize-controls.css

     
    15341534        overflow-x: hidden;
    15351535        overflow-y: auto;
    15361536        width: 300px;
     1537        max-width: 600px;
    15371538        margin: 0;
    15381539        z-index: 4;
    15391540        background: #eee;
     
    18751876        #available-menu-items-search .search-icon {
    18761877                top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */
    18771878        }
     1879
     1880        .reorder,
     1881        .reordering .reorder-done {
     1882                padding: 7px 10px;
     1883        }
     1884
     1885        #available-menu-items .new-content-item .add-content:before,
     1886        .add-new-menu-item:before,
     1887        .add-new-widget:before {
     1888                top: 0;
     1889                font: 400 16px/1 dashicons;
     1890        }
    18781891}
  • wp-includes/css/buttons.css

     
    376376                font-size: 13px;
    377377                line-height: 26px;
    378378                height: 28px;
    379                 margin: 0;
     379                margin-bottom: 0;
    380380                vertical-align: inherit;
    381381        }
    382382