From cbadfd08fd0aca6263915b3f7bfe4ee73e5a3ba5 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 16 Mar 2017 14:00:27 +0100 Subject: [PATCH] =?UTF-8?q?SPR-891:=20small=20fix=20for=20sprintdoc=20"Ico?= =?UTF-8?q?ns=20f=C3=BCr=20Notifications=20in=20Message=20Area=20werden=20?= =?UTF-8?q?gekachelt"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/area_msg.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/area_msg.less b/css/area_msg.less index 21a47d7..803d004 100644 --- a/css/area_msg.less +++ b/css/area_msg.less @@ -2,10 +2,22 @@ clear: both; padding-top: 1.6rem; div{ - //font-size: .88rem; line-height: 135%; } &:empty{ display: none; } + + /* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */ + .notify { + background-repeat: no-repeat; + background-position: 8px 50%; + border: 1px solid #eeb; + font-size: 90%; + margin: 0 0 .5em; + padding: .4em; + padding-left: 32px; + overflow: hidden; + border-radius: 5px; + } }