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
--- 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;