Make WordPress Core

Changeset 29304


Ignore:
Timestamp:
07/26/2014 03:29:39 PM (11 years ago)
Author:
ocean90
Message:

Media Grid: Improve dropzone margins when viewport height is <400px.

see #28851.

File:
1 edited

Legend:

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

    r29297 r29304  
    10191019}
    10201020
    1021 .attachments-browser .uploader-inline-content {
    1022     top: 0;
    1023 }
    1024 
    10251021.uploader-inline .close {
    10261022    background-color: transparent;
     
    24042400    }
    24052401
    2406     .uploader-inline h3 {
    2407         margin: 0 0 .8em 0;
    2408     }
    2409 
    24102402    .uploader-inline-content {
    24112403        top: auto;
     
    24132405
    24142406    .uploader-inline-content .upload-ui {
    2415         margin: 0;
    2416     }
    2417 
    2418     .attachments-browser .attachments, .attachments-browser .uploader-inline {
     2407        margin: 1em 0;
     2408    }
     2409
     2410    .uploader-inline-content .post-upload-ui {
     2411        margin-bottom: 1em;
     2412    }
     2413
     2414    .attachments-browser .attachments,
     2415    .attachments-browser .uploader-inline {
    24192416        position: relative;
    24202417        margin-right: 180px;
     
    25902587.media-frame.mode-grid .attachments-browser .bulk-select {
    25912588    display: inline-block;
     2589    margin: 0 10px 0 0;
    25922590}
    25932591
Note: See TracChangeset for help on using the changeset viewer.