From: Richard Fairhurst Date: Sun, 25 Jan 2015 16:18:50 +0000 (+0000) Subject: Merge pull request #27 from danstowell/jsrouting-topclosebox X-Git-Tag: live~4333^2~11 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/24df66b718e39a37eab151aa8fb5b6050789d81e?hp=3e9080ac5750b893149b110679179eabaa37f7f7 Merge pull request #27 from danstowell/jsrouting-topclosebox 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' %>