mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9e9887d8b8
commit
38950d24c3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user