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

@@ -1,7 +1,3 @@
.control-section .customize-section-title:hover {
box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
}
.customize-section-title:after {
right: auto;
left: 20px;
@@ -16,7 +12,8 @@
float: right;
}
.customize-control-radio input {
.customize-control-radio input,
.customize-control-checkbox input {
margin-right: 0;
margin-left: 5px;
}
@@ -72,7 +69,6 @@
}
.customize-control-color .farbtastic-placeholder {
margin: 5px 25px 10px 0;
float: right;
}
@@ -80,7 +76,7 @@
* Image Picker
*/
.customize-section .customize-control-image .actions {
float: left;
text-align: left;
}
.customize-control-image .library,

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;
}
}