viewtask.css 628 B

1234567891011121314151617181920
  1. .side-col .cell {padding: 0px;}
  2. .side-col #legendProjectAndTask .list-unstyled {padding: 10px; border: 1px solid #ddd; border-top: 0px; margin: 0px;}
  3. .tab-pane table {border: 1px solid #ddd; border-top: none;}
  4. #assignedTo a {border-color: transparent;}
  5. #assignedTo a:hover {border-color: rgba(0,0,0,.2);}
  6. .c-id {width: 50px;}
  7. .c-pri {width: 40px;}
  8. .c-deadline {width: 100px;}
  9. .c-assignedTo {width: 120px;}
  10. .c-status {width: 80px;}
  11. .c-consumedAB {width: 60px;}
  12. .c-leftAB {width: 60px;}
  13. .c-actions {width: 175px;}
  14. #childrenTable .c-id {width: 60px;}
  15. #childrenTable .c-lblPri {width: 50px;}
  16. #legendTeam .c-hours {width: 72px;}