Make WordPress Core

Changeset 32120


Ignore:
Timestamp:
04/14/2015 12:53:34 AM (10 years ago)
Author:
azaozz
Message:

Make sure the spinner in the media modal is visible on narrow screens (without affecting the media grid).
Fixes #30725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r32101 r32120  
    741741    margin-top: 11px;
    742742    margin-right: 2%;
    743     max-width: 47%;
     743    max-width: 42%;
     744    max-width: calc(48% - 12px);
     745}
     746
     747.media-frame select.attachment-filters:last-of-type {
     748    margin-right: 0;
    744749}
    745750
     
    24142419
    24152420    .media-modal .attachments-browser .media-toolbar .spinner {
    2416         margin: 14px 8px 0;
     2421        margin: 14px 2px 0;
    24172422    }
    24182423
Note: See TracChangeset for help on using the changeset viewer.