Language chooser: Adjust continue button alignment.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-08-04 21:23:15 +00:00
parent a8fd1330ae
commit c49eb0be05
4 changed files with 6 additions and 2 deletions

View File

@ -100,6 +100,8 @@ label {
}
.language-chooser.wp-core-ui .step .button.button-large {
height: 36px;
vertical-align: middle;
font-size: 14px;
}
textarea {
border: 1px solid #dfdfdf;

File diff suppressed because one or more lines are too long

View File

@ -100,6 +100,8 @@ label {
}
.language-chooser.wp-core-ui .step .button.button-large {
height: 36px;
vertical-align: middle;
font-size: 14px;
}
textarea {
border: 1px solid #dfdfdf;

File diff suppressed because one or more lines are too long