diff --git a/module/block/view/projectstatisticblock.html.php b/module/block/view/projectstatisticblock.html.php index fd3e5d13ad..31ff3874e9 100644 --- a/module/block/view/projectstatisticblock.html.php +++ b/module/block/view/projectstatisticblock.html.php @@ -63,13 +63,21 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .status-count {margin: auto;} .status-count tr:first-child td:last-child {color: #000; font-weight: bold;} -.block-statistic .progress-group {margin-top: 20px; margin-bottom: 10px; height: 65px;} -.block-statistic .weekly-title {font-weight: bold; font-size:14px; color: #3C4253;} +.block-statistic .project-info {margin-left: 3px;} +.block-statistic .progress-group {margin-top: 10px;} +.block-statistic .progress-group .col {padding-left: 0;} +.block-statistic .progress-percent {top: 4px;} +.block-statistic .weekly-title {font-weight: bold; color: #3C4253;} .block-statistic .weekly-small {font-size:12px; color: #838A9D;} .block-statistic .weekly-progress {font-weight: bold; font-size:24px;} .block-statistic .weekly-name {font-size: 14px; color: #838A9D;} .block-statistic .weekly-value {font-size: 14px;} -.block-statistic .col-6 .stage {margin-left: 10px;} +.block-statistic .col-12 .stage {margin-left: 10px;} +.block-statistic .col-12 .waterfall-title {padding-top: 5px;} +.block-statistic .col-12 .waterfall-value {padding-top: 10px; font-size: 18px; font-weight: 600;} +.block-statistic .col-12 .waterfall-title .col {padding-right: 0px; padding-left: 0px;} + +.twenty-percent {width: 20%;}