From e0401469dd880289e4e1f95b3758473fb0032bae Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 18 May 2015 18:56:11 +0930 Subject: [PATCH] Tweak notifications appearance --- framework/core/less/forum/notifications.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/core/less/forum/notifications.less b/framework/core/less/forum/notifications.less index 57d8bedb2..3c02b0183 100644 --- a/framework/core/less/forum/notifications.less +++ b/framework/core/less/forum/notifications.less @@ -74,7 +74,7 @@ .notification-group-header { font-weight: bold; color: @fl-body-heading-color !important; - padding: 8px 15px; + padding: 6px 15px; display: block; white-space: nowrap; overflow: hidden; @@ -88,7 +88,7 @@ .notification { & > a { display: block; - padding: 8px 15px 8px 75px; + padding: 8px 15px 8px 70px; color: @fl-body-muted-color; overflow: hidden; @@ -103,7 +103,7 @@ & .avatar { .avatar-size(24px); float: left; - margin: -2px 0 -2px -60px; + margin: -2px 0 -2px -55px; } & .icon { float: left;