Merge pull request #30 from zerebubuth/routing-ui-tweaks-2
Use CSS rather than HTML attributes for styling.
This commit is contained in:
commit
904b512998
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form method="GET" action="<%= directions_path %>" class="directions_form">
|
<form method="GET" action="<%= directions_path %>" class="directions_form">
|
||||||
<div width="100%" align="right" style="height:30px"><%= link_to tag('span', { :class => "icon close"}), root_path, { :title => t('site.search.close_directions_title'), :class => "directions_close" } %></div>
|
<div style="width:100%; text-align:right; height:30px;"><%= link_to tag('span', { :class => "icon close"}), root_path, { :title => t('site.search.close_directions_title'), :class => "directions_close" } %></div>
|
||||||
|
|
||||||
<div class="line">
|
<div class="line">
|
||||||
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>
|
<%= image_tag "marker-green.png", :class => 'routing_marker', :id => 'marker_from', :draggable => 'true' %>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<span class="force_width"><%= text_field_tag "route_to" , params[:to] , :placeholder => t('site.search.to') %></span>
|
<span class="force_width"><%= text_field_tag "route_to" , params[:to] , :placeholder => t('site.search.to') %></span>
|
||||||
</div>
|
</div>
|
||||||
<select class='routing_engines' name='routing_engines'></select>
|
<select class='routing_engines' name='routing_engines'></select>
|
||||||
<div width="100%" align="right"><%= submit_tag t('site.search.submit_text') %></div>
|
<div style="width:100%; text-align:right;"><%= submit_tag t('site.search.submit_text') %></div>
|
||||||
<div class="loader_copy" style="display:none;"><div class="loader"><%= image_tag "searching.gif", :style => "vertical-align: middle;" %></div></div>
|
<div class="loader_copy" style="display:none;"><div class="loader"><%= image_tag "searching.gif", :style => "vertical-align: middle;" %></div></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue