summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-02-10 00:17:03 +0000
committerGo MAEDA <maeda@farend.jp>2020-02-10 00:17:03 +0000
commit8586bc4bf38e45b9254eca3b31c88c030aa60e64 (patch)
tree86e61830fe26ffed02cb11c6494716e4556f6867 /public/stylesheets
parent8cbb53c2ceb2c2bf25b33cdfa8f2d68044fe5873 (diff)
downloadredmine-8586bc4bf38e45b9254eca3b31c88c030aa60e64.tar.gz
redmine-8586bc4bf38e45b9254eca3b31c88c030aa60e64.zip
Fix a Stylelint violation (#32896).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19503 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 5f8b06bab..9253a995b 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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;}