summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-12 10:52:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-12 10:52:37 +0000
commit558a30f950784085a22c7767d83c6519cfdcb896 (patch)
tree3e5a19cf85c9e96e160ea1855105d7d0a7092e05 /public/stylesheets
parent1dbb2562934fa5ead26c1a511e1746d11384da9d (diff)
downloadredmine-558a30f950784085a22c7767d83c6519cfdcb896.tar.gz
redmine-558a30f950784085a22c7767d83c6519cfdcb896.zip
Merged r14474 (#20401).
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14544 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-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 4569010e4..8e4bf8d9c 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -221,7 +221,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.issue, tr.time-entry td.comments { text-align: left; white-space: normal; }
+tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { 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; }