Add a td.formfielderrorlabel style, to highlight field labels that have errors.
authorTodd Larsen <tlarsen@google.com>
Thu, 18 Sep 2008 17:33:20 +0000
changeset 163 1f67538ff619
parent 162 8ee23f825ba8
child 164 afdf502c6cc4
Add a td.formfielderrorlabel style, to highlight field labels that have errors.
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 
  */