Index: lams_tool_daco/web/includes/css/daco.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/includes/css/daco.css,v diff -u -r1.9.2.1 -r1.9.2.2 --- lams_tool_daco/web/includes/css/daco.css 18 Mar 2016 09:01:53 -0000 1.9.2.1 +++ lams_tool_daco/web/includes/css/daco.css 27 Apr 2016 13:07:07 -0000 1.9.2.2 @@ -47,13 +47,33 @@ div.bigNumber{ font-weight: bold; font-size: larger; - padding-top: 5px; } + +table#recordListTable td, table#horizontalListTable td { + /* cells must have the same height, otherwise they will be incorrectly aligned in horizontal record list*/ + padding-left: 5px; + vertical-align: middle; + padding-right: 5px; +} + +table#recordListTable td { + background-color:#f9f9f9 +} + + +table#recordListTable td.fixedCellHeight, table#horizontalListTable td.fixedCellHeight { + /* cells must have the same height, otherwise they will be incorrectly aligned in horizontal record list*/ + height: 150px; +} + table#summaryTable table.alternative-color-inner-table{ /* centers the table in the outer table column */ - margin: auto + margin: auto; } +table#recordListTable, table#recordListTable tr, table#recordListTable td{ + border-right: none !important; +} table#summaryTable td.singleSummaryCell { vertical-align: middle; text-align: center; @@ -64,6 +84,6 @@ text-align: center; } -table#recordListTable td.fixedCellWidth{ - width: 160px; -} +border-thick { + border-left-width: 3px; +} \ No newline at end of file