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:
nacin 2012-05-26 15:22:02 +00:00
parent fd069c1819
commit 8766391117
2 changed files with 9 additions and 5 deletions

View File

@ -1572,7 +1572,7 @@ table .column-rating {
.wp-full-overlay-sidebar:after { .wp-full-overlay-sidebar:after {
right: auto; right: auto;
left: 0; 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 { .wp-full-overlay-main {
@ -1628,7 +1628,6 @@ table .column-rating {
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
27.0 - Customize Loader 27.0 - Customize Loader
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
.install-theme-info .theme-version,
.install-theme-info .theme-install { .install-theme-info .theme-install {
float: left; float: left;
} }

View File

@ -3,9 +3,14 @@
left: 20px; left: 20px;
} }
#customize-footer-actions img { #customize-header-actions .button-primary {
margin-left: 0; float: left;
margin-right: 4px; }
#customize-header-actions img {
float: left;
margin-right: 0;
margin-left: 4px;
} }
.customize-control { .customize-control {