From 6be28f10438014c09cf3395db0a2e3c1d640ece0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 15 Jan 2019 19:02:14 +0100 Subject: [PATCH] Improvement notifications list --- less/notifications.less | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/less/notifications.less b/less/notifications.less index cc6fc92..d06a08d 100644 --- a/less/notifications.less +++ b/less/notifications.less @@ -5,8 +5,10 @@ li { clear: both; list-style-type: none; - padding: 1em; - margin-bottom: 0.5em; + padding: 10px; + margin-bottom: 10px; + border: 1px solid @gray-light; + .border-radius(@border-radius-base); .zebra; .pointer; @@ -15,11 +17,11 @@ } &.unread { - background: #fefbed; + box-shadow: 0 0 0 3px @gray-lighter; } .timestamp { - font-size: .8em; + font-size: @font-size-small; } a { @@ -28,7 +30,7 @@ } p { - margin: 0 0 0 30px; + margin: 0 0 0 35px; } .user-img {