Fixed padding in user menu
authorAlexander Ebert <ebert@woltlab.com>
Mon, 26 Jan 2015 23:42:06 +0000 (00:42 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 26 Jan 2015 23:42:06 +0000 (00:42 +0100)
wcfsetup/install/files/style/dropdown.less

index 608a72134d4fb1d82734aaff3b1c75de905d990b..17a611d6bf5361312697660058f65f6c1bbf4a43 100644 (file)
                        
                        &.interactiveDropdownItemsUserMenu {
                                > li {
+                                       padding: 0 !important;
+                                       
                                        &:not(.dropdownDivider) {
                                                border-bottom-width: 0 !important;
                                        }
                                        
-                                       &.dropdownDivider {
-                                               padding: 0;
-                                       }
-                                       
                                        > a {
                                                display: block;
+                                               padding: @wcfGapSmall (@wcfGapSmall + @wcfGapTiny);
                                                text-decoration: none;
                                        }
                                }