From 0b916eb1fe176c6dab7f089c447bb01afe6689d1 Mon Sep 17 00:00:00 2001 From: pit Date: Tue, 5 Sep 2017 11:55:08 +0200 Subject: [PATCH] message erreur --- themes/ficelle/css/ficelle.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/ficelle/css/ficelle.css b/themes/ficelle/css/ficelle.css index f473508..87a7086 100644 --- a/themes/ficelle/css/ficelle.css +++ b/themes/ficelle/css/ficelle.css @@ -531,4 +531,9 @@ background: #f8f8f8 none repeat scroll 0 0; #formulaire_webmail, #bureau {margin-top: 5px} -.circle {margin: 0 1px} \ No newline at end of file +.circle {margin: 0 1px} +label.erreur_message { + color: #c17162; + margin-left: 1px; + margin-top: -3px; +} -- GitLab