diff options
author | Go MAEDA <maeda@farend.jp> | 2020-02-10 00:18:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-02-10 00:18:50 +0000 |
commit | c7c37cc93d1f2a0f877b977c84f67edb3553d6ad (patch) | |
tree | 01bf76a165d468a1c9389c2f7a3d5fa86b3c4b5f | |
parent | 40c063287f7417450223828eb687adbeaa84c596 (diff) | |
download | redmine-c7c37cc93d1f2a0f877b977c84f67edb3553d6ad.tar.gz redmine-c7c37cc93d1f2a0f877b977c84f67edb3553d6ad.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 1 insertions, 2 deletions
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;} |