Improved CSS for notifications
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Apr 2012 12:55:58 +0000 (14:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Apr 2012 12:55:58 +0000 (14:55 +0200)
wcfsetup/install/files/style/notification.less

index 5d67862e07c004591a481f7991cbc230a0a84135..dd0278cc921737a76e67595a4772d49ea5a00699 100644 (file)
@@ -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;