Add a style that appears in form error lists produced by Django Forms and
authorTodd Larsen <tlarsen@google.com>
Sat, 18 Oct 2008 04:56:39 +0000
changeset 376 ce8b3a9fa0de
parent 375 a7bdcfef51f9
child 377 d94ec6f104cc
Add a style that appears in form error lists produced by Django Forms and make it match the style of the existing td.formfielderror used by the field_as_table_row helper. Patch by: Todd Larsen Review by: to-be-reviewed
app/soc/content/css/soc.css
--- a/app/soc/content/css/soc.css	Sat Oct 18 01:51:02 2008 +0000
+++ b/app/soc/content/css/soc.css	Sat Oct 18 04:56:39 2008 +0000
@@ -117,6 +117,14 @@
   color: #a32a91; /* #2a55a3; */
 }
 
+
+/* Styles used by Django Forms */
+ul.errorlist {
+  color: #FF0000;
+  font-size: small;
+}
+
+
 /* TABLES */
 table {
   border-collapse: collapse;