X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3a9db4cf30899d256558f2e03a7c4c30d66669fd..321218f9b1b08451cd4fa4ea67b2a91189eeb37d:/app/views/layouts/_search.html.erb diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 55b5650b2..5b6806e3d 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -9,13 +9,13 @@
-
<%= 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') %>