mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
LTR for user-edit.php password fields and disabled user_login field. fixes #19598.
git-svn-id: https://develop.svn.wordpress.org/trunk@19834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1269,6 +1269,12 @@ h2 .nav-tab {
|
||||
margin-left: 5px
|
||||
}
|
||||
|
||||
#profile-page #pass1,
|
||||
#profile-page #pass2,
|
||||
#profile-page #user_login {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#your-profile legend {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
@@ -1907,7 +1913,7 @@ body.login {
|
||||
.login #user_email {
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
direction:ltr;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.login h1 a {
|
||||
|
||||
Reference in New Issue
Block a user