# HG changeset patch # User Todd Larsen # Date 1221759200 0 # Node ID 1f67538ff619db0fca5514431eb284ea7711463e # Parent 8ee23f825ba8629b49c7c2cb8861018bfcceb8c5 Add a td.formfielderrorlabel style, to highlight field labels that have errors. diff -r 8ee23f825ba8 -r 1f67538ff619 app/soc/content/css/soc.css --- a/app/soc/content/css/soc.css Thu Sep 18 17:32:28 2008 +0000 +++ b/app/soc/content/css/soc.css Thu Sep 18 17:33:20 2008 +0000 @@ -137,6 +137,11 @@ font-weight: bold; } + td.formfielderrorlabel { + font-weight: bold; + color: #FF0000; + } + /* * PAGE ELEMENTS */