Customize: Fix layout issues in panels and sections when resizing and autofocusing.

Also reverts [33157] which is no longer needed.

Props valendesigns, mattwiebe, westonruter, ocean90.
Fixes #33220.


git-svn-id: https://develop.svn.wordpress.org/trunk@33610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter
2015-08-11 23:55:40 +00:00
parent e509984261
commit 80bc70fc4b
2 changed files with 37 additions and 17 deletions

View File

@@ -443,11 +443,6 @@
.reordering .menu-item-depth-10 > .menu-item-bar { margin-right: 150px; }
.reordering .menu-item-depth-11 > .menu-item-bar { margin-right: 165px; }
/* Forces top margin to be zero for new menu */
.control-section-nav_menu.open .menu {
margin-top: 0 !important;
}
.control-section-nav_menu .menu .menu-item-edit-active {
margin-left: 0;
}