Make WordPress Core

Ticket #30725: 30725.2.patch

File 30725.2.patch, 2.0 KB (added by afercia, 10 years ago)
  • src/wp-includes/css/media-views.css

     
    230230
    231231.media-toolbar-primary {
    232232        float: right;
    233         height: 100%;
    234233        max-width: 33%;
    235234}
    236235
    237236.media-toolbar-secondary {
     237    -webkit-box-sizing: border-box;
     238    -moz-box-sizing: border-box;
     239    box-sizing: border-box;
    238240        float: left;
    239         height: 100%;
    240241        max-width: 66%;
     242        /* reserve room for the spinner */
     243        padding-right: 20px;
     244        position: relative;
    241245}
    242246
    243247.media-toolbar-primary > .media-button,
     
    736740 */
    737741.media-frame select.attachment-filters {
    738742        margin-top: 11px;
    739         margin-right: 2%;
    740         max-width: 47%;
     743        margin-right: 10px;
     744        margin-left: 0;
    741745}
    742746
     747@media only screen and (max-width: 1120px) {
     748        .media-frame select.attachment-filters {
     749                margin-right: 2%;
     750                max-width: 48%;
     751        }
     752}
     753
    743754/**
    744755 * Search
    745756 */
     
    752763        -webkit-appearance: none;
    753764}
    754765
     766.media-modal .media-frame .search {
     767        height: 28px;
     768}
     769
    755770.media-toolbar-primary .search {
    756771        max-width: 100%;
    757772}
     
    14911506 * Spinner
    14921507 */
    14931508.media-frame .spinner {
    1494         background: url(../images/spinner.gif) no-repeat;
    1495         -webkit-background-size: 20px 20px;
    1496         background-size: 20px 20px;
    1497         display: none;
    1498         opacity: 0.7;
    1499         filter: alpha(opacity=70);
    1500         width: 20px;
    1501         height: 20px;
     1509        float: none;
     1510        position: absolute;
     1511        right: 0;
     1512        top: 1px;
    15021513        margin: 0;
    15031514}
    15041515
    1505 .media-toolbar .spinner {
    1506         margin-top: 14px;
     1516.media-modal .spinner {
     1517        top: 15px;
    15071518}
    15081519
     1520.media-modal .settings-save-status .spinner {
     1521        top: -1px;
     1522}
     1523
    15091524/**
    15101525 * Attachment Details
    15111526 */
     
    17661781}
    17671782
    17681783.media-frame .embed-url .spinner {
    1769         position: absolute;
    17701784        top: 32px;
    17711785        right: 26px;
    17721786}
     
    23562370                height: auto;
    23572371        }
    23582372
    2359         .media-modal .attachments-browser .media-toolbar .spinner {
    2360                 margin: 14px 8px 0;
    2361         }
    2362 
    23632373        /* Text inputs need to be 16px, or they force zooming on iOS */
    23642374        .media-frame input[type="text"],
    23652375        .media-frame input[type="password"],