diff --git a/module/execution/css/grouptask.css b/module/execution/css/grouptask.css
index 3b1ba4eed2..c886b84612 100644
--- a/module/execution/css/grouptask.css
+++ b/module/execution/css/grouptask.css
@@ -24,4 +24,4 @@
.is-firefox .group-header:before {content: ' '; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #fff; z-index: 0;}
.is-firefox .group-header > a,
.is-firefox .group-header > .groupSummary {position: relative; z-index: 1;}
-.c-hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
+.c-hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right;}
diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php
index 17c9c5e10a..4f42de0e5d 100644
--- a/module/execution/view/all.html.php
+++ b/module/execution/view/all.html.php
@@ -22,6 +22,7 @@
.table td.has-child > .plan-toggle > .icon:before {text-align: left;}
.table td.has-child > .plan-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);}
.main-table tbody > tr.table-children > td:first-child::before {width: 3px;}
+.hours {text-align: right;}
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}}
@@ -75,9 +76,9 @@
execution->PM);?> |
execution->end);?> |
execution->status);?> |
-
execution->totalEstimate;?> |
-
execution->totalConsumed;?> |
-
execution->totalLeft;?> |
+
execution->totalEstimate;?> |
+
execution->totalConsumed;?> |
+
execution->totalLeft;?> |
execution->progress;?> |
execution->burn;?> |
@@ -113,9 +114,9 @@
|
-
hours->totalEstimate . ' ' . $config->hourUnit;?> |
-
hours->totalConsumed . ' ' . $config->hourUnit;?> |
-
hours->totalLeft . ' ' . $config->hourUnit;?> |
+
hours->totalEstimate . ' ' . $config->hourUnit;?> |
+
hours->totalConsumed . ' ' . $config->hourUnit;?> |
+
hours->totalLeft . ' ' . $config->hourUnit;?> |
@@ -157,9 +158,9 @@
|
- hours->totalEstimate;?> |
- hours->totalConsumed;?> |
- hours->totalLeft;?> |
+ hours->totalEstimate;?> |
+ hours->totalConsumed;?> |
+ hours->totalLeft;?> |
diff --git a/module/execution/view/grouptask.html.php b/module/execution/view/grouptask.html.php
index 9c3f9b0842..77843350d7 100644
--- a/module/execution/view/grouptask.html.php
+++ b/module/execution/view/grouptask.html.php
@@ -90,7 +90,7 @@
-
+
| task->status;?> |
task->assignedTo;?> |
task->finishedBy;?> |
- task->estimateAB;?> |
- task->consumedAB;?> |
- task->leftAB;?> |
+ task->estimateAB;?> |
+ task->consumedAB;?> |
+ task->leftAB;?> |
task->progressAB;?> |
typeAB;?> |
task->deadlineAB;?> |
@@ -202,7 +202,7 @@
processStatus('task', $task);?> |
" . $task->assignedToRealName . "";?> |
finishedBy);?> |
- estimate . ' ' . $lang->execution->workHourUnit;?> |
+ estimate . ' ' . $lang->execution->workHourUnit;?> |
consumed . ' ' . $lang->execution->workHourUnit;?> |
left . ' ' . $lang->execution->workHourUnit;?> |
progress . '%';?> |
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index 938cc23420..638b236e07 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -141,7 +141,7 @@
priAB;?> |
story->title;?> |
story->assignedTo;?> |
- story->estimate;?> |
+ story->estimate;?> |
story->status;?> |
actions;?> |
diff --git a/module/user/css/task.css b/module/user/css/task.css
index 10e45907d3..f963fb9a73 100644
--- a/module/user/css/task.css
+++ b/module/user/css/task.css
@@ -1,2 +1,2 @@
td.delayed {color: #fff; background: #e84e0f !important;}
-.hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
+.hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right;}
diff --git a/module/user/view/story.html.php b/module/user/view/story.html.php
index 01a69ad966..f96046215f 100644
--- a/module/user/view/story.html.php
+++ b/module/user/view/story.html.php
@@ -37,15 +37,15 @@
- | idAB;?> |
- priAB;?> |
- story->product;?> |
- story->title;?> |
- story->plan;?> |
- openedByAB;?> |
- story->estimateAB;?> |
+ idAB;?> |
+ priAB;?> |
+ story->product;?> |
+ story->title;?> |
+ story->plan;?> |
+ openedByAB;?> |
+ story->estimateAB;?> |
statusAB;?> |
- story->stageAB;?> |
+ story->stageAB;?> |
@@ -58,7 +58,7 @@
title);?> |
planTitle;?> |
openedBy);?> |
- estimate . ' ' . $config->hourUnit;?> |
+ estimate . ' ' . $config->hourUnit;?> |
processStatus('story', $story);?> |
story->stageList[$story->stage];?> |
diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php
index 7c7dd7e512..68c41078f3 100644
--- a/module/user/view/task.html.php
+++ b/module/user/view/task.html.php
@@ -44,9 +44,9 @@
priAB;?> |
task->execution;?> |
task->name;?> |
- task->estimateAB;?> |
- task->consumedAB;?> |
- task->leftAB;?> |
+ task->estimateAB;?> |
+ task->consumedAB;?> |
+ task->leftAB;?> |
task->deadlineAB;?> |
statusAB;?> |
| |