diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-28 01:15:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-28 01:15:14 +0000 |
commit | 5b748280135d39ce428dfcd755fbda5ef623f1c6 (patch) | |
tree | 965bf28247c3560d0633e651e078b5a65dead42f /public | |
parent | 84a032f14b0f26a452c010a079b3735223aa691a (diff) | |
download | redmine-5b748280135d39ce428dfcd755fbda5ef623f1c6.tar.gz redmine-5b748280135d39ce428dfcd755fbda5ef623f1c6.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index cac1d3fd4..dcada0e46 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;} |