all_reports.css 312 B

1234567891011121314151617181920
  1. /* table css */
  2. table#report-list .trunc {
  3. max-width:300px;
  4. white-space: nowrap;
  5. overflow: hidden;
  6. text-overflow: ellipsis;
  7. }
  8. table#report-list .full-content {
  9. max-width: 300px;
  10. }
  11. table#report-list .collapse {
  12. cursor: pointer;
  13. }
  14. /* aggregate view */
  15. .agg-report-list .box-header {
  16. color: #fff;
  17. }