Theme Customizer: RTL fixes. props ocean90, fixes #20585, see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-17 21:37:00 +00:00
parent 4ec3e44488
commit 5ebe631a77
3 changed files with 13 additions and 32 deletions

View File

@@ -59,12 +59,10 @@ body {
background-image: linear-gradient( top, #f9f9f9, #f1f1f1 );
}
.control-section .customize-section-content {
}
.control-section.open .customize-section-title {
border-bottom: 1px solid #e5e5e5;
}
.control-section.open .customize-section-title:hover {
border-bottom: 1px solid #dfdfdf;
}
@@ -481,4 +479,4 @@ body {
.uploader-drag-drop .customize-control-image .upload-dropzone {
display: block;
}
}