Use 'close-box' appearance (less confusing) for exit-from-directions
This commit is contained in:
parent
3e9080ac57
commit
c99841536b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
</form>
|
||||
|
||||
<form method="GET" action="<%= directions_path %>" class="directions_form">
|
||||
<div width="100%" align="right"><%= link_to image_tag('search.png', :class => 'button'), root_path, { :class => "button", :title => t('site.search.close_directions_title') } %></div>
|
||||
<div width="100%" align="right" style="height:30px"><%= link_to tag('span', { :class => "icon close"}), root_path, { :title => t('site.search.close_directions_title') } %></div>
|
||||
|
||||
<div class="line">
|
||||
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue