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;}}