From 620c1e27894801b853c1714acc51025b12d2e724 2010-12-17 15:25:07 From: Jean-Philippe Lang Date: 2010-12-17 15:25:07 Subject: [PATCH] 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 d0f4f9f..8203662 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 797c0e2..ce9b346 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;