Make WordPress Core

Changeset 29548


Ignore:
Timestamp:
08/20/2014 04:47:28 PM (10 years ago)
Author:
ocean90
Message:

Media Grid: Don't hide error messages behind the toolbar.

fixes #29141.

File:
1 edited

Legend:

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

    r29542 r29548  
    255255}
    256256
    257 .upload-php .mode-grid .hide-sidebar .media-sidebar {
     257.upload-php .mode-grid .media-sidebar {
     258    z-index: 1900;
    258259    top: 102px;
    259     display: none;
    260 }
    261 
    262 .upload-php .mode-grid .media-sidebar {
     260    bottom: auto;
    263261    background: #fff;
    264     bottom: auto;
    265262    border-left: none;
    266263    padding: 16px;
    267264    -webkit-box-shadow: -1px 0 1px rgba(0,0,0,.3);
    268265    box-shadow: -1px 0 1px rgba(0,0,0,.3);
     266}
     267
     268.upload-php .mode-grid .hide-sidebar .media-sidebar {
     269    display: none;
    269270}
    270271
Note: See TracChangeset for help on using the changeset viewer.