Fixed CSS for "showAll" notification link
authorAlexander Ebert <ebert@woltlab.com>
Tue, 31 Jul 2012 13:15:05 +0000 (15:15 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 31 Jul 2012 13:15:05 +0000 (15:15 +0200)
wcfsetup/install/files/style/notification.less

index 8b90dab77d43432538e93914d1c706008bc24d07..7414ae12422e0ebd7ba326f57a1b1a6f51444d08 100644 (file)
@@ -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 {