From: Anton Khorev Date: Mon, 3 Jun 2024 08:59:18 +0000 (+0300) Subject: Increase font size in directions controls X-Git-Tag: live~457^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1e6db7b52c6ee1ea7a743afa1497f265a716dcb4?ds=inline;hp=--cc Increase font size in directions controls --- 1e6db7b52c6ee1ea7a743afa1497f265a716dcb4 diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index c0edf92d0..11b7c7b1e 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -38,7 +38,7 @@ <%= image_tag "marker-green.png", :class => "routing_marker mx-auto d-block", :data => { :type => "from" }, :draggable => "true" %>
- <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %> + <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %>
@@ -46,20 +46,20 @@ <%= image_tag "marker-red.png", :class => "routing_marker mx-auto d-block", :data => { :type => "to" }, :draggable => "true" %>
- <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %> + <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control py-1 px-2", :dir => "auto" %>
- +
- <%= submit_tag t("site.search.submit_text"), :class => "routing_go btn btn-sm btn-primary", :data => { :disable_with => false } %> + <%= submit_tag t("site.search.submit_text"), :class => "routing_go btn btn-primary py-1 px-2", :data => { :disable_with => false } %>
- +