From 3d10ba696687eee7df61284764dedfb9118df1c6 Mon Sep 17 00:00:00 2001 From: Marius Dumitru Florea <marius@xwiki.com> Date: Fri, 28 Feb 2014 11:55:56 +0200 Subject: [PATCH] XWIKI-10107: The success macro display is not consistent with the other message macros --- .../src/main/resources/colibri/colibri.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwiki-platform-core/xwiki-platform-colibri/src/main/resources/colibri/colibri.css b/xwiki-platform-core/xwiki-platform-colibri/src/main/resources/colibri/colibri.css index d6983ea1a75..c40dea60032 100644 --- a/xwiki-platform-core/xwiki-platform-colibri/src/main/resources/colibri/colibri.css +++ b/xwiki-platform-core/xwiki-platform-colibri/src/main/resources/colibri/colibri.css @@ -2173,7 +2173,7 @@ div.panellayoutcontainer-1col, div.panellayoutcontainer-2col, div.panellayoutcon -------------------------------------------------------------- */ /* ----------------Message Macro-------------------------*/ -span.errormessage, span.warningmessage, span.infomessage, span.plainmessage { +span.errormessage, span.warningmessage, span.infomessage, span.plainmessage, span.successmessage { background-position: 2px center; overflow: visible; padding: 0 2px 0 22px; -- GitLab