From 842e757fd195e2a6f15dcfa873c7196c10e9a1d8 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 30 Apr 2012 21:38:39 +0000 Subject: [PATCH] Explicitly set the dimensions of the avatar in the toolbar's profile menu. Avoids issues where overridden avatars could result in images that don't fit. props andrewryno. fixes #19539. git-svn-id: http://svn.automattic.com/wordpress/trunk@20657 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/admin-bar.dev.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/css/admin-bar.dev.css b/wp-includes/css/admin-bar.dev.css index e0cc5945b..dab99dacb 100644 --- a/wp-includes/css/admin-bar.dev.css +++ b/wp-includes/css/admin-bar.dev.css @@ -352,6 +352,8 @@ position: absolute; left: -72px; top: 4px; + width: 64px; + height: 64px; } #wpadminbar #wp-admin-bar-user-info a {