app_info_old.css 435 B

1234567891011121314151617181920212223242526272829
  1. .list-group.checked-list-box .list-group-item.active {
  2. text-decoration: line-through;
  3. background-color: #fff;
  4. color: #333;
  5. }
  6. .list-group.checked-list-box .list-group-item.active a {
  7. color: #337ab7;
  8. }
  9. .list-group.checked-list-box .list-group-item {
  10. border: 0px;
  11. }
  12. .report-container {
  13. padding: 15px;
  14. }
  15. .report-list {
  16. margin-top: 20px;
  17. }
  18. .list-group-item-inner {
  19. border: 1px dashed #ddd;
  20. }
  21. .agg-title {
  22. font-weight: bold;
  23. }