Index: openacs-4/packages/acs-templating/resources/forms/standard.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/forms/standard.adp,v diff -u -r1.25 -r1.26 --- openacs-4/packages/acs-templating/resources/forms/standard.adp 21 Oct 2008 08:34:55 -0000 1.25 +++ openacs-4/packages/acs-templating/resources/forms/standard.adp 6 Apr 2011 16:31:35 -0000 1.26 @@ -57,7 +57,7 @@ - (#acs-templating.required#) + (#acs-templating.required#) Index: openacs-4/packages/acs-templating/resources/lists/table.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/table.adp,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-templating/resources/lists/table.adp 21 Apr 2009 08:34:20 -0000 1.26 +++ openacs-4/packages/acs-templating/resources/lists/table.adp 6 Apr 2011 16:31:36 -0000 1.27 @@ -238,18 +238,14 @@
-
- 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 -r1.11 -r1.12 --- openacs-4/packages/acs-templating/www/resources/forms.css 7 Jan 2010 10:32:23 -0000 1.11 +++ openacs-4/packages/acs-templating/www/resources/forms.css 6 Apr 2011 16:31:36 -0000 1.12 @@ -3,6 +3,10 @@ color: #c30000; } +strong.form-required-mark { + font-weight: inherit; +} + .form-label-error { font-weight: bold; } Index: openacs-4/packages/acs-templating/www/resources/lists.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/lists.css,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-templating/www/resources/lists.css 17 Oct 2010 21:06:09 -0000 1.12 +++ openacs-4/packages/acs-templating/www/resources/lists.css 6 Apr 2011 16:31:36 -0000 1.13 @@ -7,6 +7,18 @@ padding-top: 10px; } +div.list-button-bar-bottom > input.button { + font-size: .85em; + background-color: #e1e1e1; + text-align: center; + padding: 4px 8px; + color: #000; + text-decoration: none; + line-height: 1.5em; + white-space: nowrap; + font-family: Tahoma, 'Lucida Grande', sans-serif; +} + table.list-table { border-collapse: collapse; border: 1px solid #ccc;