waterfallreportblock.ui.css 1.4 KB

1234567891011121314151617181920
  1. .waterfallreport-block {background: #FCFDFE;}
  2. .waterfallreport-block .panel-body {padding: 0;}
  3. .waterfallreport-block .tab-content {width: 78%;}
  4. .waterfallreport-block.block-sm .tab-content {width: 100%;}
  5. .waterfallreport-block .bg-secondary-pale {background: #F3F6FA;}
  6. .waterfallreport-block .project-statistic-table table {width: 100%; border-collapse: separate; border-spacing: 0 0.5rem; padding-right: 1rem;}
  7. .waterfallreport-block .project-statistic-table table th {padding-right: 0px; margin-top: 1rem; font-size: 12px;}
  8. .waterfallreport-block .project-statistic-table table td {padding-left: 0px; margin-top: 1rem;}
  9. .waterfallreport-block .tab-pane .nav-tabs>.nav-item>a:after {border-bottom: none;}
  10. .waterfallreport-block .scrum table th, .projectstatistic-block .scrum table td {width: 50%}
  11. .waterfallreport-block .waterfall table th {width: 140px;}
  12. .waterfallreport-block .table-data {overflow: hidden;}
  13. .waterfallreport-block .table-data td {white-space: nowrap;}
  14. .waterfallreport-block .progress-circle text {font-size: 35px;}
  15. .waterfallreport-block .progress-circle .progress-text {position: relative;}
  16. .waterfallreport-block.block-long .progress-circle .progress-text {top: -57px;}
  17. .waterfallreport-block.block-sm .project-statistic-table table {padding-right: 0.75rem;}
  18. .waterfallreport-block.block-sm .progress-circle .progress-text {top: -47px;}
  19. .waterfallreport-block .block-statistic-nav {display:none;}