Correct the height of the search type select element when searching the plugin directory.

See #30719
Props pavelevap, eliorivero

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


git-svn-id: http://core.svn.wordpress.org/trunk@30867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-12-15 22:32:23 +00:00
parent 618b673470
commit b01740334c
4 changed files with 4 additions and 4 deletions

View File

@ -1008,7 +1008,7 @@ th.action-links {
.wp-filter .search-form select {
margin: 0;
height: 33px;
height: 32px;
vertical-align: top;
}

View File

@ -1008,7 +1008,7 @@ th.action-links {
.wp-filter .search-form select {
margin: 0;
height: 33px;
height: 32px;
vertical-align: top;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long