Commit d60bfad3b48ebfd44dbe461eb549e629cb215ea5

Authored by AntonioTerceiro
1 parent a3f7b479

ActionItem0: adjusting notice box accordingly



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@384 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
app/views/layouts/application.rhtml
... ... @@ -16,7 +16,9 @@
16 16 <% unless flash[:notice].nil? %>
17 17 <div id='notice'>
18 18 <%= flash[:notice] %>
19   - <%= link_to_function( content_tag(:span, _('Close') ), {},{:onclick => visual_effect(:fade, "notice", :duration => 0.5), :id => 'button_close_notice'} ) %>
  19 + <div class='button'>
  20 + <%= link_to_function( content_tag(:span, _('Close') ), visual_effect(:fade, "notice", :duration => 0.5), :id => 'button_close_notice' ) %>
  21 + </div>
20 22 </div>
21 23 <% end %>
22 24 <div id="frame">
... ...