# HG changeset patch # User Todd Larsen # Date 1212196438 0 # Node ID 7878a389d558774a4a81d4134c53a9839f3940c6 # Parent 74e1f65dd960c3e90ed8768210362546f973669c Updated version of proto.css that defines some "form field" table cell styles that was missed in the previous commit. diff -r 74e1f65dd960 -r 7878a389d558 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; +}