Commit 21c0927be0e07c00792b1d61f03f6bc60d24dd68

Authored by AurelioAHeckert
1 parent 250d4200

ActionItem605: added the mega-phone icon

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2460 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/content_viewer/view_page.rhtml
... ... @@ -38,7 +38,7 @@
38 38 <% if profile.kind_of?(Person) %>
39 39 <%= link_to content_tag( 'span', _('Spread this') ),
40 40 { :controller => 'cms', :action => 'publish', :id => @page },
41   - :class => 'button with-text icon-edit' %>
  41 + :class => 'button with-text icon-spread' %>
42 42 <% end %>
43 43 <%= lightbox_button(:new, _('New publication'), :controller => 'cms', :action => 'new', :parent_id => (@page.folder? ? @page : nil)) %>
44 44 </div>
... ...
public/designs/icons/default/mega-phone-HC.gif 0 → 100644

209 Bytes

public/designs/icons/default/style.css
... ... @@ -31,6 +31,7 @@
31 31 .icon-firefox { background-image: url(firefox-24x24.gif) }
32 32 .icon-help32on { background-image: url(help-on-32x32-HC.gif) }
33 33 .icon-help32off { background-image: url(help-off-32x32-HC.gif) }
  34 +.icon-spread { background-image: url(mega-phone-HC.gif) }
34 35 .icon-todo { background-image: url(stock_todo.png) }
35 36 .icon-menu- { background-image: url(menu-without-ico-HC.gif) }
36 37 .icon-menu-home { background-image: url(home-HC.gif) }
... ...