Yet another at fixing the layout of the search box. Seems to work now
on FF2, IE7, Operand and Safari though we are giving space away on FF.
This commit is contained in:
parent
889ee9e368
commit
a401b59242
2 changed files with 9 additions and 11 deletions
|
@ -38,13 +38,8 @@
|
|||
<% form_remote_tag(:loading => "startSearch()",
|
||||
:complete => "endSearch()",
|
||||
:url => { :controller => :geocoder, :action => :search }) do %>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="100%"><%= text_field_tag :query, h(params[:query]) %></td>
|
||||
<td></td>
|
||||
<td><%= submit_tag 'Go' %></td>
|
||||
</tr>
|
||||
</table>
|
||||
<%= text_field_tag :query, h(params[:query]) %>
|
||||
<%= submit_tag "Go" %>
|
||||
<% end %>
|
||||
</span>
|
||||
<p id="search_active">Searching...</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue