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
This commit is contained in:
Andrew Ozz 2013-11-10 18:32:01 +00:00
parent 325cc9f120
commit 1d57e79726

View File

@ -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 {