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:
parent
eaa3690f2c
commit
10dc5dc6a1
|
@ -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
|
@ -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
Loading…
Reference in New Issue