mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
support RTL for menu switch
git-svn-id: file:///svn/phpbb/trunk@7752 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -351,6 +351,12 @@ span.corners-bottom span {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.rtl #toggle {
|
||||
left: 75%;
|
||||
margin-right: 0;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#toggle-handle {
|
||||
display: block;
|
||||
width: 18px;
|
||||
@@ -359,6 +365,11 @@ span.corners-bottom span {
|
||||
background-image: url(../images/toggle.gif);
|
||||
}
|
||||
|
||||
.rtl #toggle-handle {
|
||||
background-image: url(../images/toggle.gif);
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
#menu {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user