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

fixes #29141.

git-svn-id: https://develop.svn.wordpress.org/trunk@29548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-20 16:47:28 +00:00
parent e703e74b2c
commit 523fbc1b21
1 changed files with 7 additions and 6 deletions

View File

@ -254,20 +254,21 @@
-webkit-overflow-scrolling: touch;
}
.upload-php .mode-grid .hide-sidebar .media-sidebar {
top: 102px;
display: none;
}
.upload-php .mode-grid .media-sidebar {
background: #fff;
z-index: 1900;
top: 102px;
bottom: auto;
background: #fff;
border-left: none;
padding: 16px;
-webkit-box-shadow: -1px 0 1px rgba(0,0,0,.3);
box-shadow: -1px 0 1px rgba(0,0,0,.3);
}
.upload-php .mode-grid .hide-sidebar .media-sidebar {
display: none;
}
.upload-php .mode-grid .media-sidebar .media-uploader-status {
border-bottom: none;
padding-bottom: 0;