cf04a618 by Kevin Burton

added some more branding css for the ReportManager

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