From de8624a46095114cb68ed93c1754820cdb26be57 Mon Sep 17 00:00:00 2001 From: Sigve Kvalsvik Date: Tue, 5 Dec 2017 16:47:47 +0100 Subject: [PATCH] Fix notification top positioning --- app/assets/stylesheets/_shame.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_shame.scss b/app/assets/stylesheets/_shame.scss index e0a7152e46..a71ab1891f 100644 --- a/app/assets/stylesheets/_shame.scss +++ b/app/assets/stylesheets/_shame.scss @@ -116,7 +116,6 @@ td > button:last-child, td > .button:last-child, div > button:last-child, div > .notification { border-radius: 0 !important; - // top: 50px !important; border-top: none !important; border-right: none !important; border-bottom: none !important; @@ -126,6 +125,12 @@ td > button:last-child, td > .button:last-child, div > button:last-child, div > font-size: 100% !important; } +.notifications-tr, .notifications-tl { + > div.notification { + top: 65px !important; + } +} + .content-block { margin-bottom: 2rem;