Updated version of proto.css that defines some "form field" table cell styles
authorTodd Larsen <tlarsen@google.com>
Sat, 31 May 2008 01:13:58 +0000
changeset 42 7878a389d558
parent 41 74e1f65dd960
child 43 fdb9a6d839ae
Updated version of proto.css that defines some "form field" table cell styles that was missed in the previous commit.
apps/proto/content/proto.css
--- 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;
+}