- <%= icon('product') %>
+ <%= icon('product', :style => 'float: left') %>
<%= image_tag(hit.image.public_filename(:minor), :style => 'float:right;') if hit.image %>
diff --git a/app/views/search/_profile.rhtml b/app/views/search/_profile.rhtml
index fa0c2da..9c241b9 100644
--- a/app/views/search/_profile.rhtml
+++ b/app/views/search/_profile.rhtml
@@ -2,7 +2,7 @@
<%# FIXME add more information %>
- <%= icon('person') %>
+ <%= icon('person', :style => 'float: left') %>
<%= link_to_homepage(hit.name, hit.identifier) %>
diff --git a/app/views/search/popup.rhtml b/app/views/search/popup.rhtml
index 30ab9e3..7388c23 100644
--- a/app/views/search/popup.rhtml
+++ b/app/views/search/popup.rhtml
@@ -1,18 +1,19 @@
<%= _('Search %s') % @environment.name %>
<% form_tag(:action => 'index') do%>
-
- <%= text_field_tag('query', '', :style => 'width: 70%;') %>
- <%= submit_tag(_('Search')) %>
+
+
+ <%= text_field_tag('query', '', :size => 50) %>
+ <%= submit_button(:search, _('Search')) %>
<%= _('Search options') %>
-
- <%= submit_tag(_('Search')) %>
+ <% button_bar do %>
+ <%= submit_button(:search, _('Search')) %>
<%= lightbox_close_button(_('Close')) %>
-
+ <% end %>
<% end %>
--
libgit2 0.21.2