Make profile fields wider. Props tellyworth. fixes #6581 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-16 22:01:32 +00:00
parent 3b95476f1c
commit 5748fbb486

View File

@ -879,6 +879,10 @@ html, body {
margin-bottom: 6px;
}
#profile-page .form-table input[type=text] {
width: 300px;
}
#pass-strength-result {
width: 197px;
float: left;