Update RTL styles for Customizer. see #23449.
git-svn-id: http://core.svn.wordpress.org/trunk@23784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6db57e3745
commit
218d757979
|
@ -21,11 +21,11 @@
|
|||
/*
|
||||
* Dropdowns
|
||||
*/
|
||||
.customize-section .dropdown {
|
||||
.accordion-section .dropdown {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.customize-section .dropdown-content {
|
||||
.accordion-section .dropdown-content {
|
||||
float: right;
|
||||
margin-right: 0px;
|
||||
margin-left: 16px;
|
||||
|
@ -64,14 +64,14 @@
|
|||
/*
|
||||
* Image Picker
|
||||
*/
|
||||
.customize-section .customize-control-image .actions {
|
||||
.accordion-section .customize-control-image .actions {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.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 {
|
||||
.accordion-section .customize-control-image .library ul,
|
||||
.accordion-section .customize-control-image .library li,
|
||||
.accordion-section .customize-control-image .library-content {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue