From 1a78a011fb33ad65943d777ed1f103d053f56c03 Mon Sep 17 00:00:00 2001 From: "Marcelo Jorge Vieira (metal" Date: Wed, 8 Oct 2008 16:42:31 -0300 Subject: [PATCH] Added CSS class to required fields in media/css/geral.css --- media/css/geral.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media/css/geral.css b/media/css/geral.css index a3457f6..3e0c27f 100644 --- a/media/css/geral.css +++ b/media/css/geral.css @@ -208,4 +208,11 @@ th {font-weight:bold; font-size:12px; color:#222; text-transform:uppercase; bord th,td { padding:3px; border-bottom:1px solid #dfdfdf; -} \ No newline at end of file +} + +ul.errorlist { + border: 1px solid #FF3300; + border-style: dashed; + color: #FF3300; + padding: 5px; +} -- 2.20.1