Refactor away from global form control styling
This enables forms to be converted one-by-one to bootstrap. Without this refactoring, these global styles interfere with form control styling from bootstrap. The rearrangement of the search and directions styling is to solve CSS selector specitivity issues.
This commit is contained in:
parent
5c3f549492
commit
627f2493fa
26 changed files with 224 additions and 226 deletions
|
@ -5,7 +5,7 @@
|
|||
<%= t ".title" %>
|
||||
</h2>
|
||||
|
||||
<%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %>
|
||||
<%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form standard-form" }) do %>
|
||||
<%= hidden_field_tag "format", "osm" %>
|
||||
|
||||
<div class='export_area_inputs'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue