Make WordPress Core

Ticket #43904: 43904.1.diff

File 43904.1.diff, 501 bytes (added by seusmaniqbal, 7 years ago)

Set margin for Media toolbar dropdowns

  • wp-admin/css/media.css

    diff --git a/wp-admin/css/media.css b/wp-admin/css/media.css
    index 36ddb94..030a696 100644
    a b border color while dragging a file over the uploader drop area */ 
    561561        font-size: 14px;
    562562}
    563563
     564/*
     565* Media toolbar spacing
     566*/
     567.post-type-attachment .wp-filter select {
     568        margin-right: 8px;
     569}
     570
    564571.media-frame.mode-grid.mode-edit .media-toolbar-secondary > .select-mode-toggle-button {
    565572        margin: 0 8px 0 0;
    566573        vertical-align: middle;