From 5d3fa3d16200486dce206c1e1ac46ecbc3f89c4b Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 3 Aug 2003 00:22:48 +0000 Subject: [PATCH] Accomodate lareger password field. http://wordpress.org/support/4/391 git-svn-id: http://svn.automattic.com/wordpress/trunk@287 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/b2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/b2.css b/wp-admin/b2.css index 06d13e766..8b18bc180 100644 --- a/wp-admin/b2.css +++ b/wp-admin/b2.css @@ -157,13 +157,13 @@ textarea, input, select { color: #333; height: 170px; left: 50%; - margin-left: -105px; /* half of width and height */ + margin-left: -120px; /* half of width and height */ margin-top: -85px; padding: 40px 5px 5px 5px; position: absolute; text-align: right; top: 45%; - width: 210px; + width: 240px; } #login textarea, #login input, #login select {