summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-09 21:03:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-09 21:03:30 +0000
commit0ce6eb92850b550c5fd23bd87fc42ed4f29bcc0c (patch)
treec648b688f81bcf124aafa2809b217d09cd977e33 /public
parent60088ed5a30408eb99207c11509deb888494846b (diff)
downloadredmine-0ce6eb92850b550c5fd23bd87fc42ed4f29bcc0c.tar.gz
redmine-0ce6eb92850b550c5fd23bd87fc42ed4f29bcc0c.zip
Makes time entry custom fields available for display on the time entries list (#1766).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10972 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index fe5f28365..57c1cb912 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -211,7 +211,7 @@ table.permissions td.role {color:#999;font-size:90%;font-weight:normal !importan
tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
tr.time-entry { text-align: center; white-space: nowrap; }
-tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
+tr.time-entry td.issue, tr.time-entry td.comments { text-align: left; white-space: normal; }
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
td.hours .hours-dec { font-size: 0.9em; }