Added CSS class to required fields in media/css/geral.css
[cascardo/ema.git] / media / css / geral.css
index a3457f6..3e0c27f 100644 (file)
@@ -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;
+}