mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Users: Fix misalignment of new user password toggle button on mobile.
This fixes an issue where the password hide/show button was misaligned when creating a new user on small screens. Props kebbet. Fixes #55558. git-svn-id: https://develop.svn.wordpress.org/trunk@53401 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1643,6 +1643,10 @@ table.form-table td .updated p {
|
||||
right: 2.5rem;
|
||||
}
|
||||
|
||||
body.user-new-php .wp-pwd button.wp-hide-pw {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.wp-pwd button.button:hover,
|
||||
.wp-pwd button.button:focus {
|
||||
background: transparent;
|
||||
@@ -1664,6 +1668,11 @@ table.form-table td .updated p {
|
||||
padding-right: 5rem;
|
||||
}
|
||||
|
||||
body.user-new-php .wp-pwd [type="text"],
|
||||
body.user-new-php .wp-pwd [type="password"] {
|
||||
padding-right: 2.5rem;
|
||||
}
|
||||
|
||||
.wp-cancel-pw .dashicons-no {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user