Make WordPress Core

Changeset 31198


Ignore:
Timestamp:
01/16/2015 03:07:13 AM (12 years ago)
Author:
helen
Message:

Media: Prevent filter selects from jiggling when the spinner shows.

Merges [31197] to the 4.1 branch.

props valendesigns.
fixes #30725.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-includes/css/media-views.css

    r30816 r31198  
    236236
    237237.media-toolbar-secondary {
     238        position: relative;
    238239        float: left;
     240        -webkit-box-sizing: border-box;
     241        -moz-box-sizing: border-box;
     242        box-sizing: border-box;
     243        padding-right: 20px;
    239244        height: 100%;
    240245        max-width: 66%;
     246}
     247
     248.media-toolbar-secondary .spinner {
     249        position: absolute;
     250        top: 2px;
     251        right: 0px;
    241252}
    242253
     
    736747        margin-right: 2%;
    737748        max-width: 47%;
     749        width: 100%; /* prevents options from invisibly taking up horizontal space */
    738750}
    739751
     
    23552367
    23562368        .media-modal .attachments-browser .media-toolbar .spinner {
    2357                 margin: 14px 8px 0;
     2369                margin: 14px 0 0;
    23582370        }
    23592371
Note: See TracChangeset for help on using the changeset viewer.