From 0aa95c1e33c555c58fee257992f365b1e2fb8f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 29 Apr 2016 12:31:34 +0200 Subject: [PATCH] style .errornotice content --- wcs.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wcs.css b/wcs.css index 0166266..44c0155 100644 --- a/wcs.css +++ b/wcs.css @@ -89,3 +89,17 @@ span.required { #rub_service .widget ul li:before { content: none; } + +div.errornotice { + text-align: left; + background: #fd6; + border: 1px solid #ffae15; + margin: 0px; + padding: 5px; + border-radius: 4px; +} + + +div.errornotice p { + margin: 1ex 0; +}