Filter bar: Better field display on smaller screens.

props TacoVerdo, jesin.
fixes #29556 and #29495.


git-svn-id: https://develop.svn.wordpress.org/trunk@30740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-12-04 22:22:26 +00:00
parent 99c61f2201
commit 10d40a7801
5 changed files with 44 additions and 23 deletions

View File

@@ -2148,7 +2148,6 @@
}
@media only screen and (max-width: 940px) {
.media-frame-content .media-toolbar-primary .search,
.media-frame-content .media-toolbar-secondary .attachment-filters {
max-width: 134px;
}
@@ -2467,7 +2466,6 @@
}
@media only screen and (max-width: 480px) {
.media-frame-content .media-toolbar .search,
.media-frame-content .media-toolbar .attachment-filters {
max-width: 90px;
}