From: Alexander Ebert Date: Tue, 31 Jul 2012 13:15:05 +0000 (+0200) Subject: Fixed CSS for "showAll" notification link X-Git-Tag: 2.0.0_Beta_1~971 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e59ebaee43d101d6678b81d93861f5d426c2e155;p=GitHub%2FWoltLab%2FWCF.git Fixed CSS for "showAll" notification link --- diff --git a/wcfsetup/install/files/style/notification.less b/wcfsetup/install/files/style/notification.less index 8b90dab77d..7414ae1242 100644 --- a/wcfsetup/install/files/style/notification.less +++ b/wcfsetup/install/files/style/notification.less @@ -83,10 +83,14 @@ Be careful with the following classes! text-overflow: ellipsis; white-space: nowrap; width: 250px - 2 * @wcfGapMedium; - + &:first-child { margin-top: @wcfGapSmall; } + + &.dropdownDivider { + padding-left: 0; + } } p {