Clean up user-edit.php, add password strength meter to Add User and Edit User

git-svn-id: https://develop.svn.wordpress.org/trunk@11359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-16 06:29:10 +00:00
parent 6a66b51970
commit f4c925859a
3 changed files with 27 additions and 30 deletions
+3 -6
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
}