Customizer: Fix 'Collapse' button in RTL. props SergeyBiryukov. see [22977]. fixes #23846.

git-svn-id: https://develop.svn.wordpress.org/trunk@24277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-05-16 15:01:11 +00:00
parent 3506db6e1c
commit 3786e44194
1 changed files with 4 additions and 3 deletions

View File

@ -1843,9 +1843,10 @@ table .column-rating {
}
/* Collapse Button */
.wp-full-overlay .collapse-sidebar {
right: 0;
.wp-full-overlay a.collapse-sidebar {
left: auto;
right: 0;
margin-left: 0;
margin-right: 15px;
}
@ -1856,7 +1857,7 @@ table .column-rating {
.wp-full-overlay .collapse-sidebar-arrow {
margin-right: 2px;
margin-left: 0;
background: transparent url('../images/arrows.png') no-repeat 0 -108px;
background: transparent url('../images/arrows.png') no-repeat 1px -108px;
}
.wp-full-overlay.collapsed .collapse-sidebar-arrow {