From: Anton Khorev <tony29@yandex.ru> Date: Tue, 25 Jun 2024 00:11:36 +0000 (+0300) Subject: Move reverse directions button to the right of from/to inputs X-Git-Tag: live~921^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/403d86c7d3cf323fd364d9f6e5cd16fdfec249d2?hp=--cc Move reverse directions button to the right of from/to inputs --- 403d86c7d3cf323fd364d9f6e5cd16fdfec249d2 diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index d4bd0cb82..b6baed5f7 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -34,27 +34,35 @@ <div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div> <div class="d-flex flex-column mx-2 gap-1"> - <div class="d-flex gap-2 align-items-center"> - <div class="routing_marker_column flex-shrink-0"> - <%= image_tag "marker-green.png", :class => "img-fluid", :data => { :type => "from" }, :draggable => "true" %> + <div class="d-flex gap-1 align-items-center"> + <div class="d-flex flex-column gap-1 flex-grow-1"> + <div class="d-flex gap-2 align-items-center"> + <div class="routing_marker_column flex-shrink-0"> + <%= image_tag "marker-green.png", :class => "img-fluid", :data => { :type => "from" }, :draggable => "true" %> + </div> + <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> + </div> + <div class="d-flex gap-2 align-items-center"> + <div class="routing_marker_column flex-shrink-0"> + <%= image_tag "marker-red.png", :class => "img-fluid", :data => { :type => "to" }, :draggable => "true" %> + </div> + <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> + </div> </div> - <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> - </div> - <div class="d-flex gap-2 align-items-center"> - <div class="routing_marker_column flex-shrink-0"> - <%= image_tag "marker-red.png", :class => "img-fluid", :data => { :type => "to" }, :draggable => "true" %> + <div> + <button type="button" class="reverse_directions btn btn-outline-secondary border-0 p-2" title="<%= t("site.search.reverse_directions_text") %>"> + <svg class="d-block" width="20" height="20" viewBox="-10 -10 20 20" fill="none" stroke="currentColor" stroke-width="2"> + <path d="m-4 -2 0 10 m-4 -4 4 4 4 -4" /> + <path d="m4 2 0 -10 m4 4 -4 -4 -4 4" /> + </svg> + </button> </div> - <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> </div> <div class="d-flex gap-2 align-items-center"> <div class="routing_marker_column flex-shrink-0"></div> <select class="routing_engines form-select py-1 px-2" name="routing_engines"></select> <%= submit_tag t("site.search.submit_text"), :class => "routing_go btn btn-primary py-1 px-2", :data => { :disable_with => false } %> </div> - <div class="d-flex gap-2 align-items-center"> - <div class="routing_marker_column flex-shrink-0"></div> - <button class="btn btn-link py-1 px-2 reverse_directions"><%= t("site.search.reverse_directions_text") %></button> - </div> </div> <div class="loader_copy d-none">