From c99841536b164713f519b96c80dfef1fd4bfd9a8 Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Sat, 24 Jan 2015 13:27:17 +0000 Subject: [PATCH 1/1] Use 'close-box' appearance (less confusing) for exit-from-directions --- app/views/layouts/_search.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %> -- 2.43.2