Commit d03fb47148f144327eb38dfbd45f1409dd7c9dfe

Authored by AntonioTerceiro
1 parent ad8b6b50

ActionItem392: using better the screen space


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1819 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/search/_search_form.rhtml
... ... @@ -13,10 +13,10 @@
13 13 <% if @category %>
14 14 <div class="search-options search-in">
15 15 <h4><%= _('Search in:') %></h4>
16   - <ul>
17   - <li><%= labelled_radio_button _('Only in %s') % @category.name, :search_whole_site, 'no', true %></li>
18   - <li><%= labelled_radio_button _('Whole site'), :search_whole_site, 'yes' %></li>
19   - </ul>
  16 + <div>
  17 + <%= labelled_radio_button _('Only in %s') % @category.name, :search_whole_site, 'no', true %>
  18 + <%= labelled_radio_button _('Whole site'), :search_whole_site, 'yes' %>
  19 + </div>
20 20 </div><!-- fim class="search-options" -->
21 21 <% end %>
22 22  
... ...