app/soc/content/css/soc.css
changeset 250 4d7bf6bdcd8f
parent 246 5d2df032e19e
child 288 46cd7361dcc4
--- a/app/soc/content/css/soc.css	Wed Oct 01 19:21:09 2008 +0000
+++ b/app/soc/content/css/soc.css	Wed Oct 01 20:48:58 2008 +0000
@@ -132,27 +132,33 @@
   /* FORM TABLE FIELDS */ 
   td.formfieldrequired {
     font-style: italic;
+    font-size: small;
   }
 
   td.formfieldhelptext {
     font-style: italic;
+    font-size: small;
   }
 
   td.formfielderror {
     color: #FF0000;
+    font-size: small;
   }
 
   td.formfieldheading {
     font-weight: bold;
+    font-size: small;
   }
   
   td.formfieldlabel {
     font-weight: bold;
+    font-size: small;
   }
   
   td.formfielderrorlabel {
     font-weight: bold;
     color: #FF0000;
+    font-size: small;
   }
 
 /* TABLE QUEUES (used with .list) */