on FF2, IE7, Operand and Safari though we are giving space away on FF.
<% 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>
padding: 0px;
}
-.optionalbox input {
+#search_field form {
width: 100%;
}
-.optionalbox td {
- margin: 0px;
- padding: 0px;
+#search_field input[type="text"] {
+ width: 116px;
+}
+
+#search_field input[type="submit"] {
+ width: 26px;
}
.search_form {