Upgrade/Install: Correct vertical alignment for "Continue" button on language selection during the install process.

Props garrett-eclipse, audrasjb.
Fixes #49018.
Built from https://develop.svn.wordpress.org/trunk@47070


git-svn-id: http://core.svn.wordpress.org/trunk@46870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-14 01:11:03 +00:00
parent 10ae398727
commit 569ff9dd27
5 changed files with 3 additions and 9 deletions

View File

@ -116,10 +116,7 @@ label {
padding: 0;
}
.language-chooser.wp-core-ui .step .button.button-large {
height: 36px;
font-size: 14px;
line-height: 2.35714285;
vertical-align: middle;
}
textarea {
border: 1px solid #ddd;

File diff suppressed because one or more lines are too long

View File

@ -115,10 +115,7 @@ label {
padding: 0;
}
.language-chooser.wp-core-ui .step .button.button-large {
height: 36px;
font-size: 14px;
line-height: 2.35714285;
vertical-align: middle;
}
textarea {
border: 1px solid #ddd;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47069';
$wp_version = '5.4-alpha-47070';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.