Fix totals not displayed in projects list view (#32896).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19469 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-28 01:15:14 +00:00
parent 84a032f14b
commit 5b74828013
3 changed files with 21 additions and 1 deletions

View File

@@ -405,7 +405,8 @@ div.table-list.boards .table-list-cell.name {width: 30%;}
.query-totals {text-align:right;}
.query-totals>span:not(:first-child) {margin-left:0.6em;}
.query-totals .value {font-weight:bold;}
body.controller-issues .query-totals {margin-top:-2.3em;}
.query-totals {margin-top:-2.3em;}
body.controller-timelog .query-totals {margin-top:initial;}
td.center {text-align:center;}