Clean up user-edit.php, add password strength meter to Add User and Edit User
git-svn-id: http://svn.automattic.com/wordpress/trunk@11359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1304,8 +1304,9 @@ textarea.large-text {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.form-table input.regular-text {
|
||||
width: 325px;
|
||||
.form-table input.regular-text,
|
||||
#adduser .form-field input {
|
||||
width: 25em;
|
||||
}
|
||||
|
||||
.form-table input.small-text {
|
||||
@@ -1317,10 +1318,6 @@ textarea.large-text {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#profile-page .form-table input[type=text] {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#profile-page .form-table #rich_editing {
|
||||
margin-right: 5px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user