From: Dan Stowell Date: Sat, 24 Jan 2015 13:27:17 +0000 (+0000) Subject: Use 'close-box' appearance (less confusing) for exit-from-directions X-Git-Tag: live~4229^2~11^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c99841536b164713f519b96c80dfef1fd4bfd9a8?ds=sidebyside Use 'close-box' appearance (less confusing) for exit-from-directions --- diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index c9ae72477..fb4f79eb6 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -9,7 +9,7 @@
-
<%= 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') } %>
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>