# HG changeset patch # User Todd Larsen # Date 1224305799 0 # Node ID ce8b3a9fa0de4d7b76bdc4de6691b5935d8b0dd9 # Parent a7bdcfef51f99bff703917ceaa14835417631314 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 diff -r a7bdcfef51f9 -r ce8b3a9fa0de 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;