Make form field components use a smaller font, without shrinking the font
of all text in the page body.
--- 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) */