From 3ce18f1598e46dbf000d81f4a01b45daec8d1819 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 2 Oct 2008 04:18:34 +0000 Subject: [PATCH] Move user_info over to the upper-right corner of the admin git-svn-id: http://svn.automattic.com/wordpress/trunk@9056 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 36394b2d49..f22a60bcfa 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -609,7 +609,7 @@ a.view-comment-post-link { #user_info { position: absolute; - right: 300px; + right: 15px; top: 0; font-size: 11px; line-height: 31px;