Administration: Fix password layout for RTL and mobile.

Adjust hide password field to be full width on mobile and remove 5rem left padding inside input.

Props sabernhardt.
Fixes #9883.
Built from https://develop.svn.wordpress.org/trunk@55989


git-svn-id: http://core.svn.wordpress.org/trunk@55501 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2023-06-22 14:38:19 +00:00
parent 1ce5dc7444
commit 372d9c07e5
5 changed files with 21 additions and 5 deletions

View File

@ -562,7 +562,6 @@ fieldset label,
/* rtl:ignore */
#mailserver_pass {
direction: ltr;
padding-right: 2.5rem;
}
@ -1770,6 +1769,15 @@ table.form-table td .updated p {
display: inline-block;
}
.mailserver-pass-wrap .wp-pwd {
display: block;
}
/* rtl:ignore */
#mailserver_pass {
padding-left: 10px;
}
.options-general-php input[type="text"].small-text {
max-width: 6.25em;
margin: 0;

File diff suppressed because one or more lines are too long

View File

@ -561,7 +561,6 @@ fieldset label,
/* rtl:ignore */
#mailserver_pass {
direction: ltr;
padding-right: 2.5rem;
}
@ -1769,6 +1768,15 @@ table.form-table td .updated p {
display: inline-block;
}
.mailserver-pass-wrap .wp-pwd {
display: block;
}
/* rtl:ignore */
#mailserver_pass {
padding-left: 10px;
}
.options-general-php input[type="text"].small-text {
max-width: 6.25em;
margin: 0;

File diff suppressed because one or more lines are too long

View File

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