Fixed buttons margins in contentNavigation elements
authorMarcel Werk <burntime@woltlab.com>
Mon, 13 Apr 2015 13:13:23 +0000 (15:13 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 13 Apr 2015 13:13:23 +0000 (15:13 +0200)
wcfsetup/install/files/style/layout.less

index bdf66607ac1a34495f6517ea1ef4e8a0a0bbf292..6f96815a62d6e51483d920487fd90e3ad3d6319e 100644 (file)
@@ -876,6 +876,16 @@ html[dir="rtl"] {
                margin-right: 2px;
                float: right;
                .buttonList;
+               
+               > li {
+                       &:not(:last-child) {
+                               margin-right: 0;
+                       }
+                       
+                       &:not(:first-child) {
+                               margin-left: 8px;
+                       }
+               }
        }
        
        > nav:not(.pageNavigation) > ul.buttonGroup {