1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2016-11-18 16:06:14 +00:00
parent 40f5865c52
commit c7505aa76b
2 changed files with 3 additions and 5 deletions

View File

@ -17,7 +17,7 @@
</div> </div>
<% end %> <% end %>
<header> <header>
<h3 class="version"><%= link_to_version version, :name => version_anchor(version) %></h3> <h3 class="icon icon-package version"><%= link_to_version version, :name => version_anchor(version) %></h3>
</header> </header>
<%= render :partial => 'versions/overview', :locals => {:version => version} %> <%= render :partial => 'versions/overview', :locals => {:version => version} %>
<%= render(:partial => "wiki/content", <%= render(:partial => "wiki/content",

View File

@ -311,8 +311,6 @@ body.controller-issues .query-totals {margin-top:-2.3em;}
td.center {text-align:center;} 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 select {width: 95%; display: block;}
#watchers a.delete {opacity: 0.4; margin-left: 5px;} #watchers a.delete {opacity: 0.4; margin-left: 5px;}
#watchers a.delete:hover {opacity: 1;} #watchers a.delete:hover {opacity: 1;}