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

@@ -134,6 +134,7 @@ body {
top: 18px;
margin-left: 4px;
}
.saving #customize-footer-actions img {
display: inline;
}
@@ -151,6 +152,7 @@ body {
margin-right: 10px;
line-height: 28px;
}
.customize-control-content {
float: right;
width: 140px;
@@ -300,6 +302,7 @@ body {
.customize-control-color .farbtastic-placeholder {
display: none;
}
.customize-control-color.open .color-picker-hex,
.customize-control-color.open .farbtastic-placeholder {
display: block;
@@ -365,12 +368,12 @@ body {
/*
* Image Picker
*/
.customize-control-image .library,
.customize-control-image .actions {
display: none;
float: left;
}
.customize-control-image.open .library,
.customize-control-image.open .actions {
display: block;
@@ -469,4 +472,4 @@ body {
text-align: center;
color: #777;
position: relative;
}
}