From: Anton Khorev Date: Sat, 1 Jun 2024 04:28:00 +0000 (+0300) Subject: Increase font size in search form X-Git-Tag: live~462^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b29d2a924365b9a863ed434aee70eff87781fd26?ds=sidebyside;hp=-c Increase font size in search form --- b29d2a924365b9a863ed434aee70eff87781fd26 diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index ab37f87b5..c0edf92d0 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -3,12 +3,12 @@
- <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm z-0", :dir => "auto" %> + <%= text_field_tag "query", params[: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 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %> + <%= 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-sm btn-primary p-1", :title => t("site.search.submit_text") do %> - + <%= button_tag :class => "btn btn-primary p-1", :title => t("site.search.submit_text") do %> + @@ -20,8 +20,8 @@
- <%= link_to directions_path, :class => "btn btn-sm btn-primary px-1 switch_link", :title => t("site.search.get_directions_title") do %> - + <%= link_to directions_path, :class => "btn btn-primary p-1 switch_link", :title => t("site.search.get_directions_title") do %> +