diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index d3b28fb20..92e96e84c 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1799,7 +1799,7 @@ module ApplicationHelper
end
def link_to_function(name, function, html_options={})
- content_tag(:a, name, {:href => '#', :onclick => "#{function}; return false;"}.merge(:class => " c_purple"))
+ content_tag(:a, name, {:href => '#', :onclick => "#{function}; return false;"}.merge(:class => "BlueCirBtnMini ml10",:style => "display:inline-block; height:20px; line-height:20px;"))
end
# Helper to render JSON in views
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index b6b91eed0..0790b73f4 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -22,7 +22,7 @@
|