From c7505aa76b3afc12adab4fc38987138349b7ab83 2016-11-18 16:06:14 From: Jean-Philippe Lang Date: 2016-11-18 16:06:14 Subject: [PATCH] Use the regular "icon icon-*" on roadmap (#24313). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15976 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index ab61820..2914a6d 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -17,7 +17,7 @@ <% end %>
-

<%= link_to_version version, :name => version_anchor(version) %>

+

<%= link_to_version version, :name => version_anchor(version) %>

<%= render :partial => 'versions/overview', :locals => {:version => version} %> <%= render(:partial => "wiki/content", @@ -85,13 +85,13 @@ <% if @completed_versions.present? %>

- <%= link_to_function l(:label_completed_versions), + <%= link_to_function l(:label_completed_versions), '$("#toggle-completed-versions").toggleClass("collapsed"); $("#completed-versions").toggle()', :id => 'toggle-completed-versions', :class => 'collapsible collapsed' %>

<% end %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7e73a35..4f60ac3 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -311,8 +311,6 @@ body.controller-issues .query-totals {margin-top:-2.3em;} td.center {text-align:center;} -h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; } - #watchers select {width: 95%; display: block;} #watchers a.delete {opacity: 0.4; margin-left: 5px;} #watchers a.delete:hover {opacity: 1;}