Theme Customizer: More RTL. props ocean90. fixes #20585.
git-svn-id: http://core.svn.wordpress.org/trunk@20932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fd069c1819
commit
8766391117
|
@ -1572,7 +1572,7 @@ table .column-rating {
|
|||
.wp-full-overlay-sidebar:after {
|
||||
right: auto;
|
||||
left: 0;
|
||||
box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 5px 0 4px -4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.wp-full-overlay-main {
|
||||
|
@ -1628,7 +1628,6 @@ table .column-rating {
|
|||
/*------------------------------------------------------------------------------
|
||||
27.0 - Customize Loader
|
||||
------------------------------------------------------------------------------*/
|
||||
.install-theme-info .theme-version,
|
||||
.install-theme-info .theme-install {
|
||||
float: left;
|
||||
}
|
||||
|
|
|
@ -3,9 +3,14 @@
|
|||
left: 20px;
|
||||
}
|
||||
|
||||
#customize-footer-actions img {
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
#customize-header-actions .button-primary {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#customize-header-actions img {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.customize-control {
|
||||
|
|
Loading…
Reference in New Issue