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.
Built from https://develop.svn.wordpress.org/trunk@26078 git-svn-id: http://core.svn.wordpress.org/trunk@25998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8d92d7d529
commit
92cd3c5ba7
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue