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:
parent
10ae398727
commit
569ff9dd27
|
@ -116,10 +116,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.4-alpha-47069';
|
$wp_version = '5.4-alpha-47070';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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