Make form field components use a smaller font, without shrinking the font
authorTodd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 20:48:58 +0000
changeset 250 4d7bf6bdcd8f
parent 249 325fb70c61a9
child 251 8f23804302d0
Make form field components use a smaller font, without shrinking the font of all text in the page body.
app/soc/content/css/soc.css
--- 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) */