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.7 -r1.8 --- openacs-4/packages/acs-templating/www/resources/lists.css 4 Jun 2006 00:45:48 -0000 1.7 +++ openacs-4/packages/acs-templating/www/resources/lists.css 14 May 2007 20:30:28 -0000 1.8 @@ -1,113 +1,113 @@ -table.list { - font-family: tahoma, verdana, helvetica; - border-collapse: collapse; - font-size: 85%; +div.list-button-bar-top { + padding-top: 5px; + padding-bottom: 10px; } +div.list-button-bar-bottom { + padding-top: 10px; +} + + +table.list-table { + border-collapse: collapse; + border: 1px solid #ccc; +} + table.list-tiny { - font-family: tahoma, verdana, helvetica; - font-size: 75%; + font-size: x-small; border-collapse: collapse; } -p.list-row { - font-family: tahoma, verdana, helvetica; - font-size: 85%; +.list-table tr.list-header { + background-color: #ffffff; } -span.list-label { - color: #6f6f6f; +th.list-table, th.list-table-narrow, .list-table th { + padding: 8px 16px; + border-bottom: 3px solid #A0BDEB; } +.list-table tr.even, .list-tiny tr.even { + background-color: #ffffff; +} -tr.list-header { - background-color: white; +.list-table tr.odd, .list-tiny tr.odd { + background-color: #EAF2FF; } -tr.list-subheader { - background-color: white; - font-weight: bold; - border-top: 3px solid #A0BDEB; - border-bottom: 1px solid #A0BDEB; + +td.list-table, td.list-table-narrow, .list-table td { + padding: 8px 16px; + border-bottom: 1px solid #A0BDEB; } -tr.list-even { - background-color: white; + +td.list-table-narrow, th.list-table-narrow { + padding-left: 4px; + padding-right: 4px; } -tr.list-odd { - background-color: #EAF2FF; -} -tr.list-spacer { - background-color: #f9f9f9; -} - -th.list { - padding-left: 16px; - padding-right: 16px; +tr.last td { border-bottom: 3px solid #A0BDEB; } -th.list-narrow { - padding-left: 4px; - padding-right: 4px; - border-bottom: 3px solid #A0BDEB; + +/* pagination ------------------------------------------ */ +div.list-paginator-top { + padding-bottom: 5px; } -th.list a { - color: black; + +div.list-paginator-bottom { + padding-top: 15px; } -th.list img { - border-style: none; + +.list-paginator li { + padding:5px; } -th.list-narrow a { - color: black; + +.list-paginator li { + border: 1px solid #f00; + background-color: white; + padding: 2px 4px; + font-weight: bold; + border: 1px solid #FFF; } -th.list-narrow img { - border-style: none; -} -td.list { - padding-left: 16px; - padding-right: 16px; - border-bottom: 1px solid #A0BDEB; +.list-paginator li a:hover { + background-color: #e5e5e5; } -td.list-narrow { - padding-left: 4px; - padding-right: 4px; - border-bottom: 1px solid #A0BDEB; -} -tr.last td { - border-bottom: 3px solid #A0BDEB; +.list-paginator li.current { + background-color: #e5e5e5; + border: 1px solid #999; } +/* end pagination ------------------------------------------ */ +/* list-filter ------------------------------------------ */ -tr.list-paginator { - background-color: #eeeeee; - font-size: 90%; } +td.list-filter-pane { + background-color: #eee; + vertical-align: top; + border: 1px solid #ccc; + font-size: .9em; +} +.list-filter-header { + font-weight: bold; + border-top: 1px solid #999; -td.list-button-bar { - padding-bottom: 12px; - font-size: 115%; - line-height: 250%; } .list-filter { - font-size: 70%; - font-family: tahoma,verdana,arial,helvetica; + font-size: x-small; + padding-left:10px; } tr.list-filter-selected { - background-color: #eeeeff; + background-color: #bbbbbb; } + span.list-filter-selected { - color: black; + font-weight: bold; } -.list-filter-header { - font-size: 70%; - font-family: tahoma,verdana,arial,helvetica; - font-weight: bold; -} .list-filter-section { - font-size: 70%; - font-family: tahoma,verdana,arial,helvetica; + font-size: x-small; font-weight: bold; background-color: #bbbbff; padding-left: 4px; @@ -118,8 +118,7 @@ } div.list-inline-filter { - font-size: 70%; - font-family: tahoma,verdana,arial,helvetica; + font-size: x-small; } span.list-inline-filter { } @@ -129,12 +128,6 @@ a.list-inline-filter { } - -td.list-filter-pane { - background-color: #ddddff; - vertical-align: top; -} - td.list-list-pane { background-color: white; vertical-align: middle;