7babbe07 by Marty Penner

Add zebra-striping to the main report list table. refs #1643

1 parent ef803d84
...@@ -525,7 +525,10 @@ input.dp-applied { ...@@ -525,7 +525,10 @@ input.dp-applied {
525 .cbv-report-list thead th, 525 .cbv-report-list thead th,
526 .cbv-report-list tbody th, 526 .cbv-report-list tbody th,
527 .cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px; } 527 .cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px; }
528 .cbv-report-list tbody tr.odd td { background-color: #f5f5f5; } 528 .cbv-report-list tbody tr.odd td,
529 #report-list tbody tr.odd td {
530 background-color: #f5f5f5;
531 }
529 .cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; } 532 .cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; }
530 .cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px; background-color:#fff;} 533 .cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px; background-color:#fff;}
531 534
......