From c4fb63c620ecf90e1fe0948f8c924d49048502bd Mon Sep 17 00:00:00 2001 From: Eden Halperin Date: Tue, 5 Nov 2013 16:12:46 -0500 Subject: [PATCH] fix headers in export sidebar --- app/assets/stylesheets/common.css.scss | 19 +++++++++++++++++++ app/views/site/export.html.erb | 8 +++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 557ef94f0..66cbb5d2a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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 { diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index 978244db4..127a4767b 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -16,14 +16,12 @@
-

<%= t'export.start.licence' %>
- <%= raw t'export.start.export_details' %>

+

<%= t'export.start.licence' %><%= raw t'export.start.export_details' %>

-

<%= t'export.start.too_large.heading' %>
- <%= t'export.start.too_large.body' %>

-
+

<%= t'export.start.too_large.heading' %><%= t'export.start.too_large.body' %>

+
<%= t'export.start.too_large.planet.title' %>
<%= t'export.start.too_large.planet.description' %>
-- 2.43.2