common.css 785 B

12345678910111213141516
  1. .detail-content table tr {vertical-align: middle;}
  2. .table td.content div {height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; max-width: calc(100% - 20px);}
  3. .table td.content .more {height: 25px; float: left;}
  4. .pri-low {color: #313C52;}
  5. .pri-middle {color: #FF9F46;}
  6. .pri-high {color: #FB2B2B;}
  7. #main .dropdown-menu {max-height: 240px; max-width: 700px; overflow-y: auto; overflow-x: hidden;}
  8. .c-status, .c-severity, .c-pri {width: 80px;}
  9. .c-addedBy,.c-openedBy,.c-createdBy,.c-assignedTo {width:90px;}
  10. .c-assignedTo {padding-left: 8px !important; text-align: left;}
  11. .c-addedDate,.c-openedDate,.c-createdDate {width:150px;}
  12. .c-approvedDate {width:120px;}
  13. .c-estimate {width:80px;}
  14. .c-order {width: 60px;}
  15. #pri.text-center {padding-right: 20px;}