Some minor visual improvements
authorAlexander Ebert <ebert@woltlab.com>
Sun, 25 Oct 2015 14:09:34 +0000 (15:09 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 25 Oct 2015 14:09:34 +0000 (15:09 +0100)
wcfsetup/install/files/style/layout/form.scss
wcfsetup/install/files/style/layout/layout.scss
wcfsetup/install/files/style/ui/dropdown.scss

index 01a6e21ed5c17f975dcccf8d555c2f41647cec83..2ab9a86f554dcd59e8bd971923e18422391f71a7 100644 (file)
@@ -108,6 +108,10 @@ dl {
                                        }
                                }
                        }
+                       
+                       &:not(:last-child) {
+                               margin-bottom: 10px;
+                       }
                }
                
                &.wide > dt {
index ae465e7162c28161d7240cd8c2216f8dced1b48e..1a4f27108ad2bc6a9439ca616ad0f4cd24e58f61 100644 (file)
@@ -4,16 +4,15 @@
 
 html, body {
        height: 100%;
+       line-height: 1.61803399;
+       
+       @extend .wcfFontDefault;
 }
 
 body {
        font-family: $wcfFontFamily;
-       //line-height: 1.428571429;
-       line-height: 1.61803399;
        position: relative;
        word-wrap: break-word;
-       
-       @extend .wcfFontDefault;
 }
 
 a {
index c6da90a5e0c92ec151685a50ca0c109fcf450bf6..5ebdce7158f1fb50fb97de1d7ec6a9ddd6e4708e 100644 (file)
        li {
                display: block;
                
-               @include textShadow($wcfDropdownText);
+               //@include textShadow($wcfDropdownText);
                
                &:hover:not(.dropdownDivider):not(.dropdownList):not(.dropdownText),
                &.dropdownList > li:hover:not(.dropdownDivider),
                        background-color: $wcfDropdownBackgroundActive;
                        color: $wcfDropdownLinkActive;
                        
-                       @include textShadow($wcfDropdownLinkActive);
+                       //@include textShadow($wcfDropdownLinkActive);
                }
                
                &.dropdownDivider {