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:
parent
3b95476f1c
commit
5748fbb486
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue