]> git.openstreetmap.org Git - rails.git/commitdiff
Try and make browsers display the search box sanely.
authorTom Hughes <tom@compton.nu>
Fri, 16 May 2008 10:06:57 +0000 (10:06 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 16 May 2008 10:06:57 +0000 (10:06 +0000)
app/views/site/_search.rhtml

index f18587f737e2478dd4e0d77256f1d06a0df95930..d4214e8fe98b89f0e524805d8f4ea89ebdbc0f84 100644 (file)
@@ -40,7 +40,7 @@
                        :url => { :controller => :geocoder, :action => :search }) do %>
       <table>
         <tr>
-          <td><%= text_field_tag :query, h(params[:query]) %></td>
+          <td width="100%"><%= text_field_tag :query, h(params[:query]) %></td>
           <td></td>
           <td><%= submit_tag 'Go' %></td>
         </tr>