fix headers in export sidebar

This commit is contained in:
Eden Halperin 2013-11-05 16:12:46 -05:00
parent 7503caa750
commit c4fb63c620
2 changed files with 22 additions and 5 deletions

View file

@ -1123,6 +1123,25 @@ a.donate {
margin: $lineheight/4;
}
#export_osm {
span.small-title {
font-weight: 500;
display: block;
font-size: 14px;
padding-bottom: 5px;
}
dl {
padding-left: 30px;
font-size: 13px;
color: #666;
dd {
margin-left: 0;
margin-bottom: 10px;
}
}
}
/* Rules for edit pages */
.site-edit {

View file

@ -16,14 +16,12 @@
</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>