Media Modal: Restore uploader view, when no items are found.

see #28963.
Built from https://develop.svn.wordpress.org/trunk@29364


git-svn-id: http://core.svn.wordpress.org/trunk@29140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-08-02 20:47:16 +00:00
parent 91764118fb
commit e6513fe33b
7 changed files with 22 additions and 22 deletions

View File

@@ -1013,14 +1013,10 @@
outline: none;
}
.attachments-browser .uploader-inline {
.media-frame.mode-grid .uploader-inline {
border: 4px dashed #bbb;
}
.attachments-browser .uploader-inline:not(.hidden) + .attachments {
top: 350px;
}
.attachments-browser .uploader-inline.hidden {
display: none;
}