summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-27 07:36:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-27 07:36:01 +0000
commit313706276c2478d03bd6d22c9495f3bbef292ec8 (patch)
tree07121b3d87969b86b3bcaa9e32ba2cc92b0b14c6 /app/views
parent4150200fec48fe1346c70d4322029d4400a9d085 (diff)
downloadredmine-313706276c2478d03bd6d22c9495f3bbef292ec8.tar.gz
redmine-313706276c2478d03bd6d22c9495f3bbef292ec8.zip
Merged r16556 (#25745).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16565 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/gantts/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index dc89b2090..384e965de 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -121,14 +121,14 @@
<table style="width:100%; border:0; border-collapse: collapse;">
<tr>
-<td style="width:<%= subject_width %>px; padding:0px;">
+<td style="width:<%= subject_width %>px; padding:0px;" class="gantt_subjects_column">
<%
style = ""
style += "position:relative;"
style += "height: #{t_height + 24}px;"
style += "width: #{subject_width + 1}px;"
%>
- <%= content_tag(:div, :style => style) do %>
+ <%= content_tag(:div, :style => style, :class => "gantt_subjects_container") do %>
<%
style = ""
style += "right:-2px;"