-<h2><%= t 'export.start_rjs.export' %></h2>
+<h2><%= t 'export.start_rjs.export' %>
+ <span class="icon close"></span>
+</h2>
<%= form_tag :controller => "export", :action => "finish" do %>
<%= hidden_field_tag 'format', 'osm' %>
<br/>
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
</div>
- <a id="drag_box" class='export_hint button' href="#"><%= t'export.start.manually_select' %></a>
+ <a id="drag_box" class='export_hint' href="#"><%= t'export.start.manually_select' %></a>
</div>
<div id="export_osm">
- <h4><%= t'export.start.licence' %></h4>
-
- <div class="export_details inner22">
- <p><%= raw t'export.start.export_details' %></p>
- </div>
+ <h4><span class="small-title"><%= t'export.start.licence' %></span><%= raw t'export.start.export_details' %></h4>
<div id="export_osm_too_large">
- <h4><%= t'export.start.too_large.heading' %></h4>
-
- <div class="export_details inner22">
- <p><%= t'export.start.too_large.body' %></p>
- <dl>
+ <div class="export_details">
+ <h4><span class="small-title red"><%= t'export.start.too_large.heading' %></span><%= t'export.start.too_large.body' %></h4>
+ <dl class="inner12">
<dt><a href="http://planet.openstreetmap.org/"><%= t'export.start.too_large.planet.title' %></a></dt>
<dd><%= t'export.start.too_large.planet.description' %></dd>