From 92cff27e834c3ae6fad51c28b8e5276f136c0285 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 3 Apr 2012 14:55:58 +0200 Subject: [PATCH] Improved CSS for notifications --- wcfsetup/install/files/style/notification.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wcfsetup/install/files/style/notification.less b/wcfsetup/install/files/style/notification.less index 5d67862e07..dd0278cc92 100644 --- a/wcfsetup/install/files/style/notification.less +++ b/wcfsetup/install/files/style/notification.less @@ -12,8 +12,20 @@ Be careful with the following classes! .userNotificationDetails { padding: @wcfGapSmall; + padding-bottom: 0; width: 240px - 2 * @wcfGapSmall; + > header { + margin-top: 0; + + hgroup h1 { + border-bottom: 1px solid @wcfContainerBorderColor; + font-size: 150%; + margin-bottom: @wcfGapSmall; + padding-bottom: @wcfGapSmall; + } + } + section { border-top: 1px solid @wcfContainerBorderColor; margin-top: @wcfGapTiny; -- 2.20.1