From 29ea48b6218f3991e647c87fe6d1f2c7fefe221c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Dec 2014 17:49:50 +0100 Subject: [PATCH] wcs: add class to style welcome warning on non-production sites --- wcs/auf-2014/wcs.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcs/auf-2014/wcs.css b/wcs/auf-2014/wcs.css index 71d2051..33ce221 100644 --- a/wcs/auf-2014/wcs.css +++ b/wcs/auf-2014/wcs.css @@ -271,6 +271,12 @@ p#login a { padding-bottom: 1ex; } +div.welcome-warning { + margin: 10px; + border: solid red 5px; + padding: 10px; + font-size: 120%; +} /* customisation AUF des formulaires */