From ceedd5d0872762d5ee7755e9128e925708951d23 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Sun, 3 Aug 2003 00:22:48 +0000 Subject: [PATCH] Accomodate lareger password field. http://wordpress.org/support/4/391 git-svn-id: https://develop.svn.wordpress.org/trunk@287 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 06d13e766f..8b18bc180b 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 {