mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user