From: Go MAEDA Date: Mon, 10 Feb 2020 00:18:50 +0000 (+0000) Subject: Merged r19503 from trunk to 4.1-stable (#32896). X-Git-Tag: 4.1.1~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7c37cc93d1f2a0f877b977c84f67edb3553d6ad;p=redmine.git Merged r19503 from trunk to 4.1-stable (#32896). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19504 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index dcada0e46..606372116 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -402,10 +402,9 @@ div.table-list.boards .table-list-cell.name {width: 30%;} min-width:150px; } -.query-totals {text-align:right;} +.query-totals {text-align:right; margin-top:-2.3em;} .query-totals>span:not(:first-child) {margin-left:0.6em;} .query-totals .value {font-weight:bold;} -.query-totals {margin-top:-2.3em;} body.controller-timelog .query-totals {margin-top:initial;} td.center {text-align:center;}