diff --git a/module/execution/css/view.css b/module/execution/css/view.css index 50fb65983c..86b9ea0f30 100644 --- a/module/execution/css/view.css +++ b/module/execution/css/view.css @@ -3,10 +3,11 @@ #burnWrapper {max-width: 400px; margin: 0 auto; padding: 8px; position: relative;} #burnYUnit {position: absolute; color: #CBD0DB; top: -10px; left: 10px;} -#burnLegend {position: absolute; right: 0; width: 80px; height: 40px; top: 0; margin-top: -20px; line-height: 20px; color: #838A9D; font-size: 12px;} -#burnLegend > div {position: relative; padding-left: 30px;} +#burnLegend {position: absolute; right: 0; width: 150px; top: 0; margin-top: -20px; line-height: 20px; color: #838A9D; font-size: 12px;} +#burnLegend > div {position: relative; padding-left: 22px;} #burnLegend > div:before {content: ' '; display: block; position: absolute; width: 20px; left: 0; top: 8px; height: 2px; background: #EEEEEE;} #burnLegend > div.line-real:before {background: #006AF1;} +#burnLegend > div.line-delay:before {background: red;} .block-dynamic .panel-body {height: 230px; overflow: auto; position: relative;} .block-team div.col-xs-6 {white-space: nowrap; overflow: hidden;} diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index 938dcafd6b..58e6974ed6 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -24,7 +24,11 @@
-
name . $lang->execution->burn;?>
+
name . $lang->execution->burn;?> + delay)):?> + execution->delayed;?> + +
(execution->workHour;?>)
-
-
execution->charts->burn->graph->reference;?>
-
execution->charts->burn->graph->actuality;?>
+
+
execution->charts->burn->graph->reference;?>
+
execution->charts->burn->graph->actuality;?>
+ delay)):?> +
execution->charts->burn->graph->delay;?>
+