Added CSS class to required fields in media/css/geral.css
authorMarcelo Jorge Vieira (metal <metal@alucinados.com>
Wed, 8 Oct 2008 19:42:31 +0000 (16:42 -0300)
committerLincoln de Sousa <lincoln@alfaiati.net>
Wed, 8 Oct 2008 21:16:45 +0000 (18:16 -0300)
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;
+}