From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:34:42 +0000 (+0100) Subject: Revise search forms X-Git-Tag: live~5^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/72519b6b5c77193eeefe8f70c8c2b658cc236c8b?ds=inline;hp=--cc Revise search forms --- 72519b6b5c77193eeefe8f70c8c2b658cc236c8b diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 27cfb465c..0f4c0a5ef 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -597,6 +597,8 @@ tr.turn { } .routing_marker_column { + margin-left: .35rem; + margin-right: .35rem; width: 15px; img { diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 706d27a99..da19d3d39 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -5,67 +5,60 @@ end %>
-
-
-
-
- <%= text_field_tag "query", search_query, :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control z-0 py-1 px-2", :dir => "auto" %> -
- <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 top-0 bottom-0 m-1 btn btn-outline-primary border-0 p-1 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %> -
- <%= button_tag :class => "btn btn-primary p-1", :title => t("site.search.submit_text") do %> - - - - - - - - - <% end %> + +
+
+ <%= text_field_tag "query", search_query, :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control z-0 py-1 px-2", :dir => "auto" %> +
+ <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 m-1 btn btn-outline-primary border-0 p-1 text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %>
-
-
- <%= link_to directions_path, :class => "btn btn-primary p-1 switch_link", :title => t("site.search.get_directions_title") do %> - - - + <%= button_tag :class => "btn btn-primary p-1", :title => t("site.search.submit_text") do %> + + + + + + + <% end %>
+ <%= link_to directions_path, :class => "btn btn-primary p-1 switch_link", :title => t("site.search.get_directions_title") do %> + + + + + <% end %>
-
-
+ +
-
+
-
+
<%= image_tag "marker-green.png", :class => "img-fluid", :data => { :type => "from" }, :draggable => "true" %>
- <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> + <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2 ps-4", :dir => "auto" %>
-
+
<%= image_tag "marker-red.png", :class => "img-fluid", :data => { :type => "to" }, :draggable => "true" %>
- <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %> + <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control py-1 px-2 ps-4", :dir => "auto" %>
-
- -
+
-