Make WordPress Core

Changeset 31468


Ignore:
Timestamp:
02/17/2015 02:10:51 PM (10 years ago)
Author:
helen
Message:

Revert [31198] from the 4.1 branch, as it is an incomplete fix that introduces more problems than the tiny issue it was attempting to solve.

see #30725.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

    • Property svn:mergeinfo changed
      /trunkreverse-merged: 31197
  • branches/4.1/src/wp-includes/css/media-views.css

    r31198 r31468  
    236236
    237237.media-toolbar-secondary {
    238     position: relative;
    239238    float: left;
    240     -webkit-box-sizing: border-box;
    241     -moz-box-sizing: border-box;
    242     box-sizing: border-box;
    243     padding-right: 20px;
    244239    height: 100%;
    245240    max-width: 66%;
    246 }
    247 
    248 .media-toolbar-secondary .spinner {
    249     position: absolute;
    250     top: 2px;
    251     right: 0px;
    252241}
    253242
     
    747736    margin-right: 2%;
    748737    max-width: 47%;
    749     width: 100%; /* prevents options from invisibly taking up horizontal space */
    750738}
    751739
     
    23672355
    23682356    .media-modal .attachments-browser .media-toolbar .spinner {
    2369         margin: 14px 0 0;
     2357        margin: 14px 8px 0;
    23702358    }
    23712359
Note: See TracChangeset for help on using the changeset viewer.