diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 16:40:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 16:40:26 +0000 |
commit | 4e961f44eff23b53351d550fb46c2a346688a271 (patch) | |
tree | 370ce1c53d2620adaed3d9da904936769fe0fc5d /public | |
parent | 8d4aa6f9ade613f831ff2043713ad062293babfd (diff) | |
download | redmine-4e961f44eff23b53351d550fb46c2a346688a271.tar.gz redmine-4e961f44eff23b53351d550fb46c2a346688a271.zip |
Various timelog report enhancements:
* report can be done using days as columns (#993)
* add a total column to the time report
* replace upper-right links by tabs to switch between details and report
* preserve date range filter when switching between details and report
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1326 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 69e89b0ed..27c7592f8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -183,7 +183,7 @@ div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom div#version-summary fieldset { margin-bottom: 1em; } div#version-summary .total-hours { text-align: right; } -table#time-report td.hours, table#time-report th.period { text-align: right; padding-right: 0.5em; } +table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; } table#time-report tbody tr { font-style: italic; color: #777; } table#time-report tbody tr.last-level { font-style: normal; color: #555; } table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } |