From ec01a855f3d87816ff89ba0624f5fc491973d2e9 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 11 Mar 2021 15:27:21 +0800 Subject: [PATCH] * Finish task #36438. --- module/execution/css/grouptask.css | 2 +- module/execution/view/all.html.php | 19 ++++++++++--------- module/execution/view/grouptask.html.php | 10 +++++----- module/story/view/view.html.php | 2 +- module/user/css/task.css | 2 +- module/user/view/story.html.php | 18 +++++++++--------- module/user/view/task.html.php | 6 +++--- 7 files changed, 30 insertions(+), 29 deletions(-) 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;}}