Updated version of proto.css that defines some "form field" table cell styles
that was missed in the previous commit.
--- a/apps/proto/content/proto.css Sat May 31 01:11:22 2008 +0000
+++ b/apps/proto/content/proto.css Sat May 31 01:13:58 2008 +0000
@@ -18,3 +18,19 @@
font-family: Verdana, Helvetica, sans-serif;
background-color: #DDDDDD;
}
+
+td.formfieldrequired {
+ font-style: italic;
+}
+
+td.formfieldhelptext {
+ font-style: italic;
+}
+
+td.formfielderror {
+ color: #FF0000;
+}
+
+td.formfieldheading {
+ font-weight: bold;
+}