From: Jean-Philippe Lang Date: Fri, 17 Dec 2010 15:25:07 +0000 (+0000) Subject: Adds a css class for gantt subjects. X-Git-Tag: 1.1.0~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=620c1e27894801b853c1714acc51025b12d2e724;p=redmine.git Adds a css class for gantt subjects. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4528 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index d0f4f9f29..820366279 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -80,7 +80,9 @@ t_height = g_height + headers_height
+
<%= @gantt.subjects %> +
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 797c0e22d..ce9b346f6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -779,6 +779,8 @@ background-image:url('../images/close_hl.png'); overflow: hidden; } +.gantt_subjects { font-size: 0.8em; } + .task { position: absolute; height:8px;