Theme Customizer: Prevent sidebar scrollbar from overlapping sidebar header or footer. fixes #20649, #20650, see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-15 01:03:31 +00:00
parent 376a2485c1
commit ecf6940ffb
4 changed files with 70 additions and 52 deletions

View File

@@ -99,10 +99,6 @@ body {
top: 15px;
}
#customize-info {
margin-top: 45px;
}
#customize-info .preview-notice {
font-size: 13px;
line-height: 24px;
@@ -132,10 +128,6 @@ body {
text-align: center;
}
#customize-theme-controls {
padding-bottom: 60px;
}
#customize-theme-controls > ul,
#customize-theme-controls .customize-section-content {
margin: 0;
@@ -144,7 +136,7 @@ body {
#customize-footer-actions img {
display: none;
position: absolute;
top: 18px;
top: 15px;
margin-left: 4px;
}
@@ -152,6 +144,11 @@ body {
display: inline;
}
#customize-footer-actions .button-primary {
display: inline-block;
margin-top: 12px;
}
.customize-control {
width: 100%;
float: left;