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:
parent
3506db6e1c
commit
3786e44194
|
@ -1843,9 +1843,10 @@ table .column-rating {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Collapse Button */
|
/* Collapse Button */
|
||||||
.wp-full-overlay .collapse-sidebar {
|
.wp-full-overlay a.collapse-sidebar {
|
||||||
right: 0;
|
|
||||||
left: auto;
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
margin-left: 0;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1856,7 +1857,7 @@ table .column-rating {
|
||||||
.wp-full-overlay .collapse-sidebar-arrow {
|
.wp-full-overlay .collapse-sidebar-arrow {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-left: 0;
|
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 {
|
.wp-full-overlay.collapsed .collapse-sidebar-arrow {
|
||||||
|
|
Loading…
Reference in New Issue