Theme Customizer: More RTL. props ocean90. fixes #20585.

git-svn-id: https://develop.svn.wordpress.org/trunk@20932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-05-26 15:22:02 +00:00
parent a92af521b0
commit 45f7b34b4f
2 changed files with 9 additions and 5 deletions

View File

@ -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;
}

View File

@ -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 {