Add a style class for td.twolineformfielderrorlabel.
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Mar 2009 23:03:28 +0000
changeset 1817 08de2fa5c156
parent 1816 07743b5295d3
child 1818 fec380dac186
Add a style class for td.twolineformfielderrorlabel. Also right-aligned td.formfielderrorlabel etc. Patch by: Sverre Rabbelier
app/soc/content/css/soc-090120.css
--- a/app/soc/content/css/soc-090120.css	Thu Mar 12 22:46:10 2009 +0000
+++ b/app/soc/content/css/soc-090120.css	Thu Mar 12 23:03:28 2009 +0000
@@ -172,12 +172,17 @@
   text-align: left;
 }
 
-
 td.twolineformfieldlabel {
   font-weight: bold;
   font-size: small;
 }
 
+td.twolineformfielderrorlabel {
+  font-weight: bold;
+  color: #FF0000;
+  font-size: small;
+}
+
 td.formfieldvalue {
   text-align: left;
 }
@@ -203,6 +208,7 @@
   font-weight: bold;
   color: #FF0000;
   font-size: small;
+  text-align: right;
 }
 
 /* TABLE QUEUES (used with .list) */