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:
parent
325cc9f120
commit
1d57e79726
@ -9728,7 +9728,7 @@ div.sidebar-name {
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
margin: 0 auto 20px;
|
margin: 0 auto 20px;
|
||||||
height: 27px;
|
height: 34px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -9949,7 +9949,7 @@ a.widget-control-edit {
|
|||||||
|
|
||||||
.sidebar-name .spinner {
|
.sidebar-name .spinner {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0 3px -3px;
|
margin: -4px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-name-arrow {
|
.sidebar-name-arrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user