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:
azaozz
2009-05-16 06:29:10 +00:00
parent a5e73d3b9b
commit d271668438
3 changed files with 27 additions and 30 deletions

View File

@@ -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
}