Index: trunk/deployment/webadmin/webapp/resources/default/default/default.css =================================================================== --- trunk/deployment/webadmin/webapp/resources/default/default/default.css (revision 2175) +++ trunk/deployment/webadmin/webapp/resources/default/default/default.css (revision 2184) @@ -342,21 +342,32 @@ #commonListTable { margin-bottom: 2em; + border-spacing: 0; + border-top: 1px solid #ddd; + border-left: 1px solid #ddd; } #commonListTable th { padding: 0.2em 1em 0.2em 0.5em; - background-color : #bbb; - color: black; - white-space: nowrap; + background-color : #ccc; + color: black; + white-space: nowrap; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; } #commonListTable td { vertical-align: top; font-size: 0.9em; - padding: 0.2em 1em 0.2em 0.5em; - color: black; - background-color: #ddd; + padding: 0.5em; + color: black; + background-color: white; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; } #commonListTable td.date, #commonListTable td.calcat { white-space: nowrap; +} +#commonListTable tr.even td { + background-color: #fcfcfc; + color: black; } #commonListTable tr.highlight td { @@ -1104,4 +1115,14 @@ padding-right: 2em; } +.bwEventListOtherGroupTags { + font-size: 0.8em; + margin: 1em 0 0 0; +} +.bwOtherTags { + margin: 0.5em 0; + padding: 4px; + background-color: #eee; + color: black; +} #filterTable { font-size: 0.9em; Index: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl =================================================================== --- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2183) +++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2184) @@ -997,4 +997,5 @@ + even highlight @@ -1082,9 +1083,13 @@ bwTags- -
-