]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/export.html.erb
Remove all the headers
[rails.git] / app / views / site / export.html.erb
index 978244db485c6a4679b7b4c00347a62c8878c963..ed94aff02472f266e676cf2334e16752e540afc6 100644 (file)
@@ -1,4 +1,6 @@
-<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' %>
   </div>
 
   <div id="export_osm">
-    <h4><strong><%= t'export.start.licence' %></strong><br>
-    <%= raw t'export.start.export_details' %></h4>
+    <h4><span class="small-title"><%= t'export.start.licence' %></span><%= raw t'export.start.export_details' %></h4>
 
     <div  id="export_osm_too_large">
       <div class="export_details">
-        <h4><strong class="red"><%= t'export.start.too_large.heading' %></strong><br>
-        <%= t'export.start.too_large.body' %></p>
-        <dl>
+        <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>