Make sure that select elements vertically align properly with other text. Fixes #26136, props jeremyfelt.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 03:03:09 +00:00
parent eaa3690f2c
commit 10dc5dc6a1
4 changed files with 4 additions and 4 deletions

View File

@ -1097,7 +1097,7 @@ p.install-help {
line-height: 28px; line-height: 28px;
height: 28px; height: 28px;
color: #333; color: #333;
vertical-align: top; vertical-align: middle;
} }
.wp-admin .button-cancel { .wp-admin .button-cancel {

File diff suppressed because one or more lines are too long

View File

@ -1097,7 +1097,7 @@ p.install-help {
line-height: 28px; line-height: 28px;
height: 28px; height: 28px;
color: #333; color: #333;
vertical-align: top; vertical-align: middle;
} }
.wp-admin .button-cancel { .wp-admin .button-cancel {

File diff suppressed because one or more lines are too long