Fix search box position on the Add Plugins screen after resizing the window to narrower than 1000px and then back to wider than 1200px. Fixes #30658.

Built from https://develop.svn.wordpress.org/trunk@30830


git-svn-id: http://core.svn.wordpress.org/trunk@30820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-12-12 00:54:23 +00:00
parent b90c024d38
commit 7edc169c7d
4 changed files with 10 additions and 2 deletions

View File

@ -1012,6 +1012,10 @@ th.action-links {
vertical-align: top;
}
.wp-filter .search-form.search-plugins {
display: inline-block;
}
.wp-filter .drawer-toggle {
display: inline-block;
margin: 0 10px;

View File

@ -1012,6 +1012,10 @@ th.action-links {
vertical-align: top;
}
.wp-filter .search-form.search-plugins {
display: inline-block;
}
.wp-filter .drawer-toggle {
display: inline-block;
margin: 0 10px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long