X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3a9db4cf30899d256558f2e03a7c4c30d66669fd..1b2bfb6e9242d5ec8ff5ab65d44b5761d95d1942:/app/views/layouts/_search.html.erb?ds=sidebyside diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 55b5650b2..02d6406cf 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -9,18 +9,18 @@
-
<%= link_to image_tag('search.png', :class => 'button'), root_path, { :class => "button", :title => t('site.search.close_directions_title') } %>
+
<%= link_to tag('span', { :class => "icon close"}), root_path, { :title => t('site.search.close_directions_title'), :class => "directions_close" } %>
-
+
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %> <%= text_field_tag "route_from", params[:from], :placeholder => t('site.search.from') %>
-
+
<%= image_tag "marker-red.png" , :class => 'routing_marker', :id => 'marker_to' , :draggable => 'true' %> <%= text_field_tag "route_to" , params[:to] , :placeholder => t('site.search.to') %>
-
<%= submit_tag t('site.search.submit_text') %>
- <%= image_tag "searching-small.gif", :class => 'spinner', :style => "vertical-align: middle; display: none;" %> +
<%= submit_tag t('site.search.submit_text') %>
+