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.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/lists.css 25 Sep 2003 00:54:39 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/lists.css 30 Dec 2003 22:52:11 -0000 1.3 @@ -1,10 +1,11 @@ table.list { font-family: tahoma, verdana, helvetica; - font-size: 85%; + border-collapse: collapse; } table.list-tiny { font-family: tahoma, verdana, helvetica; font-size: 75%; + border-collapse: collapse; } p.list-row { @@ -18,17 +19,19 @@ tr.list-header { - background-color: #cccccc; + background-color: white; } tr.list-subheader { - background-color: #bbbbbb; + background-color: white; font-weight: bold; + border-top: 3px solid #A0BDEB; + border-bottom: 1px solid #A0BDEB; } tr.list-even { - background-color: #f0f0f0; + background-color: white; } tr.list-odd { - background-color: #e0e0e0; + background-color: #EAF2FF; } tr.list-spacer { background-color: #f9f9f9; @@ -38,66 +41,46 @@ th.list { padding-left: 16px; padding-right: 16px; + border-bottom: 3px solid #A0BDEB; } th.list-narrow { padding-left: 4px; padding-right: 4px; + border-bottom: 3px solid #A0BDEB; } +th.list a { + color: black; +} +th.list-narrow a { + color: black; +} td.list { padding-left: 16px; padding-right: 16px; + border-bottom: 1px solid #A0BDEB; } td.list-narrow { padding-left: 4px; padding-right: 4px; + border-bottom: 1px solid #A0BDEB; } +tr.last td { + border-bottom: 3px solid #A0BDEB; +} + tr.list-paginator { background-color: #eeeeee; font-size: 90%; } -tr.list-button-bar { - margin-bottom: 4px; - margin-top: 4px; - font-family: tahoma, verdana, helvetica; - background-color: #eeeeee; - font-size: 95%; +td.list-button-bar { + padding-bottom: 12px; } -span.list-button-header { - border-width: 1px; - border-style: solid; - text-align: center; - border-color: #cccccc; - background-color: #ffffff; - padding: 1px; - padding-left: 12px; - padding-right: 12px; -} -span.list-button { - text-align: center; - border-color: #999999; - background-color: white; - padding: 1px; - padding-left: 4px; - padding-right: 4px; -} -a.list-button:link { - color: black; - text-decoration: none; -} -a.list-button:visited { - color: black; - text-decoration: none; -} -a.list-button:hover { - color: #666666; - text-decoration: none; -} .list-filter { font-size: 70%;