diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-01 22:42:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-01 22:42:10 +0000 |
commit | 467f74510e44d2c0821fad691a71bc0292b8944c (patch) | |
tree | 932448c1faa2e6a6a7d9f73048b61561605b9c9f /public | |
parent | 043cb37b161d712e1c6fe7b9aa41d7af356cf795 (diff) | |
download | redmine-467f74510e44d2c0821fad691a71bc0292b8944c.tar.gz redmine-467f74510e44d2c0821fad691a71bc0292b8944c.zip |
Time report can be done at issue level (closes #970) + timelog views xhtml validation.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1319 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 3d614fe19..69e89b0ed 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 { text-align: right; padding-right: 0.5em; } +table#time-report td.hours, table#time-report th.period { 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; } |