diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-13 19:02:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-13 19:02:48 +0000 |
commit | 793cb1676450a5b3e723a452893c10be1cb0f1bd (patch) | |
tree | 6c3922b5fed76ae41617b5ff9e215f985b0c4f9d /public | |
parent | abf3fe9c83d8e0e832d4e4d211eafbeb27ea72b1 (diff) | |
download | redmine-793cb1676450a5b3e723a452893c10be1cb0f1bd.tar.gz redmine-793cb1676450a5b3e723a452893c10be1cb0f1bd.zip |
Make time entries groupable (#16843).
git-svn-id: http://svn.redmine.org/redmine/trunk@15649 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 f1914329b..9816c6508 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -314,9 +314,10 @@ table.query-columns td.buttons { text-align: center; } table.query-columns td.buttons input[type=button] {width:35px;} -.query-totals {text-align:right; margin-top:-2.3em;} +.query-totals {text-align:right;} .query-totals>span {margin-left:0.6em;} .query-totals .value {font-weight:bold;} +body.controller-issues .query-totals {margin-top:-2.3em;} td.center {text-align:center;} |