summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-21 11:17:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-21 11:17:58 +0000
commit129dbc316d2809174232b1e43c007d5a611a809f (patch)
tree93a5711331e46875cc83796ca0871dfcf421da74 /public
parentb89d563078e2b7e3b78eb524747bdac5486bdd5b (diff)
downloadredmine-129dbc316d2809174232b1e43c007d5a611a809f.tar.gz
redmine-129dbc316d2809174232b1e43c007d5a611a809f.zip
css: set nowrap of changeset author and committed_on (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7638 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 7a33e5bc8..f48b60325 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -156,8 +156,8 @@ tr span.expander {background-image: url(../images/bullet_toggle_plus.png); paddi
tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
-tr.changeset td.author { text-align: center; width: 15%; }
-tr.changeset td.committed_on { text-align: center; width: 15%; }
+tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
+tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
table.files tr.file td { text-align: center; }
table.files tr.file td.filename { text-align: left; padding-left: 24px; }