From e59ebaee43d101d6678b81d93861f5d426c2e155 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 31 Jul 2012 15:15:05 +0200 Subject: [PATCH] Fixed CSS for "showAll" notification link --- wcfsetup/install/files/style/notification.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.20.1