From 1d57e797264a916b6e9a086b7baf61c71fc98695 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 10 Nov 2013 18:32:01 +0000 Subject: [PATCH] Widgets screen: adjust the placeholder to match the new widget "handle" height, and the spinner's margins so the sidebar titles don't "jump" when it is shown. See #25821, see #25858. git-svn-id: https://develop.svn.wordpress.org/trunk@26078 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index a9b76252d1..6a49129b3a 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -9728,7 +9728,7 @@ div.sidebar-name { border-width: 1px; border-style: dashed; margin: 0 auto 20px; - height: 27px; + height: 34px; width: 250px; } @@ -9949,7 +9949,7 @@ a.widget-control-edit { .sidebar-name .spinner { float: none; - margin: 0 3px -3px; + margin: -4px 3px; } .sidebar-name-arrow {