- <form method="GET" action="<%= search_path %>" class="search_form bg-body-secondary px-1 py-2">
- <div class="row gx-2 mx-0">
- <div class="col">
- <div class="input-group flex-nowrap">
- <%= 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" %>
- <div class="input-group-text border-start-0 p-0 position-relative">
- <%= 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") %>
- </div>
- <%= button_tag :class => "btn btn-primary p-1", :title => t("site.search.submit_text") do %>
- <svg width="24" height="20">
- <circle cx="13" cy="7" r="6.5" fill="#fff8" stroke="#fff" />
- <path d="M9.75 12.629 A6.5 6.5 0 0 1 7.371 10.25" fill="none" stroke="#fff" stroke-width="1.5" />
- <line x1="1" y1="19" x2="1.5" y2="18.5" stroke="#fff8" stroke-width="2" />
- <line x1="1.5" y1="18.5" x2="6" y2="14" stroke="#fff" stroke-width="2.5" />
- <line x1="6" y1="14" x2="6.5" y2="13.5" stroke="#fff8" stroke-width="2" />
- <line x1="6.5" y1="13.5" x2="8.5" y2="11.5" stroke="#fff" stroke-width="1.5" />
- </svg>
- <% end %>
+ <form method="GET" action="<%= search_path %>" class="search_form bg-body-secondary p-2">
+ <div class="d-flex gap-2">
+ <div class="input-group flex-nowrap">
+ <%= 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" %>
+ <div class="input-group-text border-start-0 p-0 position-relative">
+ <%= 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") %>