]> source.dussan.org Git - redmine.git/commitdiff
Fix a Stylelint violation (#32896).
authorGo MAEDA <maeda@farend.jp>
Mon, 10 Feb 2020 00:17:03 +0000 (00:17 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 10 Feb 2020 00:17:03 +0000 (00:17 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@19503 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 5f8b06babd26fd86ec1161fb1653e460c0abc79d..9253a995b0d6e8948beaaeb2f5fe0fb2849401b2 100644 (file)
@@ -404,10 +404,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;}