Added some vertical space in the routing text input boxes.
This commit is contained in:
parent
3a9db4cf30
commit
4734b9ce5d
2 changed files with 12 additions and 2 deletions
|
@ -978,6 +978,16 @@ header .search_forms,
|
|||
padding-right: 25px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
select.routing_engines {
|
||||
min-height: 30px;
|
||||
margin: 0px 0px 5px 25px;
|
||||
}
|
||||
|
||||
div.line {
|
||||
width: 100%;
|
||||
margin: 0px 0px 5px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Rules for the map key which appears in the popout sidebar */
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
<form method="GET" action="<%= directions_path %>" class="directions_form">
|
||||
<div width="100%" align="right"><%= link_to image_tag('search.png', :class => 'button'), root_path, { :class => "button", :title => t('site.search.close_directions_title') } %></div>
|
||||
|
||||
<div width="100%">
|
||||
<div class="line">
|
||||
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>
|
||||
<span class="force_width"><%= text_field_tag "route_from", params[:from], :placeholder => t('site.search.from') %></span>
|
||||
</div>
|
||||
<div width="100%">
|
||||
<div class="line">
|
||||
<%= image_tag "marker-red.png" , :class => 'routing_marker', :id => 'marker_to' , :draggable => 'true' %>
|
||||
<span class="force_width"><%= text_field_tag "route_to" , params[:to] , :placeholder => t('site.search.to') %></span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue