Improve layout and styling of forms
This commit is contained in:
parent
78cc8ad62b
commit
c3b8897c44
18 changed files with 414 additions and 297 deletions
|
@ -17,9 +17,17 @@
|
|||
<h4><%= t'export.start.format_to_export' %></h4>
|
||||
|
||||
<ul class="export_details inner12">
|
||||
<li><%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %></li>
|
||||
<li><%= radio_button_tag("format", "mapnik") %> <%= t'export.start.map_image' %></li>
|
||||
<li><%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %></li>
|
||||
<li>
|
||||
<%= radio_button_tag("format", "osm") %>
|
||||
<label for='format_osm'><%= t'export.start.osm_xml_data' %></label>
|
||||
</li>
|
||||
<li>
|
||||
<%= radio_button_tag("format", "mapnik") %>
|
||||
<label for='format_mapnik'><%= t'export.start.map_image' %></label>
|
||||
</li>
|
||||
<li>
|
||||
<%= radio_button_tag("format", "html") %>
|
||||
<label for='format_html'><%= t'export.start.embeddable_html' %></label></li>
|
||||
</ul>
|
||||
|
||||
<div id="export_osm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue