Customizer: Ensure consistent margins in sections.
Since the customizer dynamically changes, `nth-child` selectors are not always a great idea. props afercia. fixes #32902. git-svn-id: https://develop.svn.wordpress.org/trunk@33297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cddbfd2727
commit
c40301f1a0
@ -222,7 +222,7 @@ body {
|
||||
}
|
||||
|
||||
.customize-section-title {
|
||||
margin: -12px;
|
||||
margin: -12px -12px 0 -12px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background: #fff;
|
||||
}
|
||||
@ -256,10 +256,6 @@ h3.customize-section-title {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#customize-theme-controls .control-section .accordion-section-content > li.customize-control:nth-child(2) {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
#customize-theme-controls {
|
||||
position: relative;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user