Index: openacs-4/packages/acs-templating/www/resources/forms.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/forms.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-templating/www/resources/forms.css 25 Sep 2003 18:44:57 -0000 1.1 @@ -0,0 +1,45 @@ +tr.form-section { + background-color: #d0d0d0; +} + +td.form-label { + background-color: #e9e9e9; + text-align: right; + padding-left: 4px; + padding-right: 12px; + font-family: tahoma,verdana,arial,helvetica,sans-serif; + font-size: 90%; +} + +td.form-label-error { + background-color: #ffaaaa; + text-align: right; + padding-left: 4px; + padding-right: 12px; + font-size: 90%; +} + +td.form-widget { + padding-right: 12px; + font-size: 90%; +} + +td.form-widget-error { + padding-right: 12px; + font-size: 90%; + border: 1px dotted red; +} + +div.form-error { + font-family: tahoma,verdana,arial,helvetica,sans-serif; + color: red; + font-size: 100%; +} + +div.form-help-text { + margin-top: 4px; + margin-bottom: 2px; + color: #666666; + font-family: tahoma,verdana,arial,helvetica,sans-serif; + font-size: 90%; +}