Upgrade/Install: Correct vertical alignment for "Continue" button on language selection during the install process.
Props garrett-eclipse, audrasjb. Merges [47070] to the 5.3 branch. Fixes #49018. Built from https://develop.svn.wordpress.org/branches/5.3@47130 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3fc8c7687d
commit
22b941b16e
|
@ -115,10 +115,7 @@ label {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.language-chooser.wp-core-ui .step .button.button-large {
|
.language-chooser.wp-core-ui .step .button.button-large {
|
||||||
height: 36px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2.35714285;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -115,10 +115,7 @@ label {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.language-chooser.wp-core-ui .step .button.button-large {
|
.language-chooser.wp-core-ui .step .button.button-large {
|
||||||
height: 36px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2.35714285;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3.3-alpha-47129';
|
$wp_version = '5.3.3-alpha-47130';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue