From 5748fbb4864f2bfa2268aabf4c6e1f9fb2e48397 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 16 Apr 2008 22:01:32 +0000 Subject: [PATCH] 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 --- wp-admin/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index ccf742d81b..ad1bfd3fb8 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -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;