]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_search.html.erb
Make close button on route dialogue return to index.
[rails.git] / app / views / layouts / _search.html.erb
index 55b5650b2019389bb6dc8508f120d6bda03a75b7..5b6806e3d8d9fa47dbd3aece8d324b863a822516 100644 (file)
@@ -9,13 +9,13 @@
   </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'), :class => "directions_close" } %></div>
 
-    <div width="100%">
+    <div class="line">
       <%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>
       <span class="force_width"><%= text_field_tag "route_from", params[:from], :placeholder => t('site.search.from') %></span>
     </div>
-    <div width="100%">
+    <div class="line">
       <%= image_tag "marker-red.png"  , :class => 'routing_marker', :id => 'marker_to'  , :draggable => 'true' %>
       <span class="force_width"><%= text_field_tag "route_to"  , params[:to]  , :placeholder => t('site.search.to') %></span>
     </div>