cf04a618 by Kevin Burton

added some more branding css for the ReportManager

1 parent bd69a0c6
......@@ -692,4 +692,11 @@ div.dataTables_paginate span.paginate_active {
.label-grey-coming:hover {background-position: 0px -126px;}
.label-red-coming {background-position: -43px -126px;}
.label-red-coming:hover {background-position: -86px -126px;}
\ No newline at end of file
.label-red-coming:hover {background-position: -86px -126px;}
.filter-table tr td { padding:4px 5px; border-top:1px solid #e8e8e8;}
.filter-table tr.odd td { background-color:#f5f5f5;}
.filter-table tr:first-child { border-top:none; }
ul.action-class {}
ul.action-class li { margin: 0px 0px 10px 0px;}
\ No newline at end of file
......