Administration: Further enhancements on small text fields after [52649].

This changeset replaces `#mailserver_port` to a more generic selector, fixes a coding standard issue, and adds a bigger margin to the field.

Follow-up to [52649].

Props SergeyBiryukov, kebbet, pyrobd.
Fixes #50177.

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


git-svn-id: http://core.svn.wordpress.org/trunk@52390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-02-25 15:49:02 +00:00
parent 7c2fcae011
commit f1d4f7f0f7
5 changed files with 7 additions and 7 deletions

View File

@ -1529,8 +1529,8 @@ table.form-table td .updated p {
margin: 0 3px;
}
.form-table input[type='text']#mailserver_port.small-text {
margin-top: 3px;
.form-table .regular-text ~ input[type="text"].small-text {
margin-top: 5px;
}
#pass-strength-result {

File diff suppressed because one or more lines are too long

View File

@ -1528,8 +1528,8 @@ table.form-table td .updated p {
margin: 0 3px;
}
.form-table input[type='text']#mailserver_port.small-text {
margin-top: 3px;
.form-table .regular-text ~ input[type="text"].small-text {
margin-top: 5px;
}
#pass-strength-result {

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52800';
$wp_version = '6.0-alpha-52801';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.