Theme Customizer: Color picker RTL fixes. props ocean90, see #20448.

git-svn-id: https://develop.svn.wordpress.org/trunk@20938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-05-26 19:02:09 +00:00
parent 9e76dc4f7d
commit ccf22d9821
1 changed files with 1 additions and 11 deletions

View File

@ -62,17 +62,7 @@
margin-left: 5px;
}
.customize-section .color-picker-hex {
float: right;
}
.customize-section .color-picker-hex span {
float: right;
margin: 1px 0 0 -2px;
padding: 3px 8px 3px 0;
text-align: left;
}
.customize-section input[type="text"].color-picker-hex,
.customize-control-color .farbtastic-placeholder {
float: right;
}