rtl optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 14 Mar 2014 16:50:09 +0000 (17:50 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 14 Mar 2014 16:50:09 +0000 (17:50 +0100)
wcfsetup/install/files/style/layout.less

index b00e983506c85442964bc74d0355f0afa6e98392..4743e550e6c41c6df9df285737c951f621dcd6d2 100644 (file)
        }
 }
 
+html[dir="rtl"] {
+       #main.sidebarOrientationRight > div > div > .sidebar > span > .collapsibleButton::before {
+               content: "\f053";
+       }
+       
+       #main.sidebarOrientationRight.sidebarCollapsed > div > div > .sidebar > span > .collapsibleButton::before {
+               content: "\f054";
+       }
+}
+
 /* basic layout elements */
 .boxHeadline {
        margin-top: @wcfGapMedium;