From 620c1e27894801b853c1714acc51025b12d2e724 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 17 Dec 2010 15:25:07 +0000 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 --- app/views/gantts/show.html.erb | 2 ++ public/stylesheets/application.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index d0f4f9f2..82036627 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 797c0e22..ce9b346f 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; -- 2.11.0