From feb47bc7396f02f35dbadc42b09288f0af004fe8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 5 May 2008 16:39:33 +0000 Subject: [PATCH] Rework the new Go button on the search form so that it actually stands some chance of rendering as intended. It's still not really ideal to steal space from the seach box of course... Closes #589. --- app/views/site/_search.rhtml | 12 ++++++++---- public/stylesheets/site.css | 10 +++++++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index 43853dcf0..f18587f73 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -38,10 +38,14 @@ <% form_remote_tag(:loading => "startSearch()", :complete => "endSearch()", :url => { :controller => :geocoder, :action => :search }) do %> - <%= text_field_tag :query, h(params[:query]) %> - - <%= submit_tag 'Go' %> - <% end %> + + + + + + +
<%= text_field_tag :query, h(params[:query]) %><%= submit_tag 'Go' %>
+ <% end %>

Searching...

diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index e1b877e03..2ede490ef 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -354,14 +354,18 @@ hides rule from IE5-Mac \*/ padding: 0px; } +.optionalbox input { + width: 100%; +} -.optionalbox input[type="text"] { - width: 110px; +.optionalbox td { + margin: 0px; + padding: 0px; } .search_form { height: 16px; - padding-bottom: 2px; + padding-bottom: 6px; } #search_active { -- 2.43.2