Small style improvements
authorMarcel Werk <burntime@woltlab.com>
Sat, 9 Jul 2016 20:37:17 +0000 (22:37 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 9 Jul 2016 20:37:44 +0000 (22:37 +0200)
wcfsetup/install/files/style/layout/global.scss
wcfsetup/install/files/style/ui/button.scss

index a9a434b3da920fa10512f3e2e53b0d279dab8154..510b743b48d6f84e45af53e9f0c06df31b5bf824 100644 (file)
@@ -140,13 +140,13 @@ ol.nativeList {
 .separatorLeft::before {
        color: $wcfContentText;
        content: "\00b7";
-       margin-right: 5px;
+       margin-right: 0.25em;
 }
 
 .separatorRight::after {
        color: $wcfContentText;
        content: "\00b7";
-       margin-left: 5px;
+       margin-left: 0.25em;
 }
 
 .pointer {
index 3a0f8b3756f936b01501467ee205e80dd1736cd7..79a492948892239a4e228cfb8de3ed209976b386 100644 (file)
@@ -128,8 +128,7 @@ a.button {
        
        > li {
                &:not(:last-child) {
-                       // TODO: border-right: 1px solid $wcfContentBorder;
-                       margin-right: 0;
+                       margin-right: 1px;
                }
                
                &:first-child .button {