grouptask.ui.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .feature-actions {width: 205px}
  2. .group-menu {padding: 1px 5px !important;}
  3. .group-menu .btn {font-size: 14px; color: #3C4353;}
  4. .icon-caret-right.text-muted {color: #CBD0DB;}
  5. .table-row {display: table; width: 100%}
  6. .table-col {display: table-cell}
  7. .segments-list {max-width: 700px; margin: 10px;}
  8. .segments-list .table-col {vertical-align: middle;}
  9. .segments-list .segments {width: 150px; margin: 0 auto;}
  10. .segment {float: left; line-height: 18px;}
  11. .segment + .segment > .segment-title:before {content: '/'; display: inline-block; padding: 0 4px;}
  12. .segment + .segment > .segment-value {padding-left: 10px;}
  13. .segment-title {color: #828A9D; font-size: 12px;}
  14. .segment-value {font-weight: bold;}
  15. .table {background: #fff}
  16. .table thead{background: #fff}
  17. .table .border-divider {border-bottom: 10px solid #efefef;}
  18. .table .c-side {border-right: 10px solid #efefef !important;}
  19. .table .divider-top {border-top: 10px solid #efefef;}
  20. .table th{text-align: left}
  21. .group-menu > .dropdown > .dropdown-menu {right: 0; width: 100%;}
  22. .summaryBtn, .groupBtn {color: #2e7fff;}
  23. .text-red {color: #ff0000;}
  24. .c-side {padding: 0 !important; position: relative; min-height: 100px; width: 200px}
  25. .group-header { padding: 8px; position: relative; }
  26. .summary-header {padding: 8px}
  27. .small { font-size: 85%; }
  28. .group-header > a {line-height: 20px; display: block; max-height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
  29. .group-header > .groupSummary {margin-top: 10px; line-height: 24px;}
  30. .main-table > .table {box-shadow: none;}
  31. .c-side-lg .group-header {display: flex; flex-direction: column; position: absolute; top: 0; right: 0; left: 0; bottom: 0; justify-content: space-between;}
  32. .is-firefox .group-header:before {content: ' '; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #fff; z-index: 0;}
  33. .is-firefox .group-header > a,
  34. .is-firefox .group-header > .groupSummary {position: relative; z-index: 1;}