Media: Add filters to the media library. fixes #22514, see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-11-20 13:49:35 +00:00
parent 995c548174
commit 76c67989a7
3 changed files with 104 additions and 10 deletions

View File

@@ -388,6 +388,14 @@
width: 100%;
}
/**
* Attachment Browser Filters
*/
.media-frame select.attachment-filters {
margin-top: 11px;
margin-right: 10px;
}
/**
* Search
*/