RTL style fixes for the Theme Customizer. Props ocean90, helenyhou.

git-svn-id: https://develop.svn.wordpress.org/trunk@20674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-05-01 22:06:53 +00:00
parent 65495f3660
commit defdae610e
3 changed files with 69 additions and 29 deletions

View File

@@ -7,6 +7,11 @@
left: 20px;
}
#customize-footer-actions img {
margin-left: 0;
margin-right: 4px;
}
.customize-control {
float: right;
}
@@ -18,6 +23,10 @@
margin-left: 10px;
}
.customize-control-content {
float: left;
}
.customize-control-text input,
.customize-control-select select,
.customize-control-checkbox input,
@@ -27,6 +36,10 @@
clear: left;
}
.customize-control-text input {
float: left;
}
.customize-control-radio label {
float: right;
clear: both;
@@ -37,14 +50,49 @@
margin-left: 5px;
}
#customize-preview {
/*
* Dropdowns
*/
.customize-section .dropdown {
float: right;
}
.customize-section .dropdown-content {
float: right;
margin-right: 0px;
margin-left: 16px;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.customize-control .dropdown-arrow {
right: auto;
left: 0;
right: 300px;
border-color: #ccc;
border-style: solid;
border-width: 1px 0 1px 1px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.customize-control .dropdown-arrow:after {
right: auto;
left: 4px;
}
/*
* Color Picker
*/
.customize-control-color .dropdown {
margin-right: 0;
margin-left: 5px;
}
.customize-section .color-picker-hex {
float: right;
}
.customize-section .color-picker-hex span {
float: right;
margin: 1px 0 0 -2px;
@@ -52,32 +100,22 @@
text-align: left;
}
.customize-control-color .farbtastic-placeholder {
margin: 5px 25px 10px 0;
float: right;
}
/*
* Image Picker
*/
.customize-section .customize-image-picker {
float: right;
.customize-section .customize-control-image .actions {
float: left;
}
.customize-section .customize-image-picker .thumbnail {
float: right;
clear: right;
margin-right: 0;
margin-left: 20px;
}
.customize-section .customize-image-picker .actions {
float: right;
}
.customize-section .customize-image-picker .library ul {
float: right;
}
.customize-section .customize-image-picker .library li {
float: right;
}
.customize-section .customize-image-picker .library div {
.customize-control-image .library,
.customize-control-image .actions,
.customize-section .customize-control-image .library ul,
.customize-section .customize-control-image .library li,
.customize-section .customize-control-image .library-content {
float: right;
}