mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 14:05:11 +00:00
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:
parent
1ce5dc7444
commit
372d9c07e5
@ -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;
|
||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user