Theme Customizer: Sidebar RTL fixes. see #19910.
git-svn-id: http://core.svn.wordpress.org/trunk@20822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
125c5610af
commit
67e4ef9102
|
@ -16,22 +16,6 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.customize-control-title {
|
||||
clear: rigt;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.customize-control-text input {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.customize-control-radio label {
|
||||
float: right;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.customize-control-radio input {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -199,8 +199,6 @@ body {
|
|||
}
|
||||
|
||||
.customize-control-radio label {
|
||||
float: left;
|
||||
clear: both;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue