summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-10 17:40:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-10 17:40:51 +0000
commitb1cc8511c71039d51a0d7b7b791f1fa95db079fb (patch)
tree5004b7b118261fb3467785c39ae2dd7f0cccf1e3 /public
parent2ebaf1372db30b111c5229ddc87ee144237fd40f (diff)
downloadredmine-b1cc8511c71039d51a0d7b7b791f1fa95db079fb.tar.gz
redmine-b1cc8511c71039d51a0d7b7b791f1fa95db079fb.zip
Prevent icons clipping on gantt.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 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 a73779c4f..fb762d15a 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -792,7 +792,7 @@ background-image:url('../images/close_hl.png');
}
.gantt_subjects { font-size: 0.8em; }
-.gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
+.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
.task {
position: absolute;
@@ -801,7 +801,7 @@ background-image:url('../images/close_hl.png');
color:#888;
padding:0;
margin:0;
- line-height:0.8em;
+ line-height:16px;
white-space:nowrap;
}