]> git.openstreetmap.org Git - rails.git/commitdiff
Fixes
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 1 Oct 2013 00:51:46 +0000 (17:51 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:05 +0000 (14:46 -0700)
app/assets/stylesheets/common.css.scss
app/views/site/export.html.erb
app/views/site/index.html.erb

index fb3c997c0b2108374740372fb58095c7af5abeb4..1d50499216de308a0192f56051d2a3667ed0b1e3 100644 (file)
@@ -789,7 +789,6 @@ nav.secondary {
   }
 
   p {
-    padding: $lineheight;
     margin: 0;
   }
 
index 150541f0018cefc557e227ba111cbfd303189c91..0cabc0c2df3437e92c77d718945709c76dac6a8d 100644 (file)
     <div id="export_osm">
       <h4><%= t'export.start.licence' %></h4>
 
-      <div class="export_details">
+      <div class="export_details inner22">
         <p><%= raw t'export.start.export_details' %></p>
       </div>
 
       <div  id="export_osm_too_large">
         <h4><%= t'export.start.too_large.heading' %></h4>
 
-        <div class="export_details">
+        <div class="export_details inner22">
           <p><%= t'export.start.too_large.body' %></p>
           <dl>
             <dt><a href="http://planet.openstreetmap.org/"><%= t'export.start.too_large.planet.title' %></a></dt>
@@ -48,7 +48,7 @@
       </div>
     </div>
 
-    <div class="inner22">
+    <div class="inner12">
       <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
     </div>
   <% end %>
index 1f975e38df02ffac49402e4747fdd39b708af2fe..204adb1fb0ad6f7196f7836bdfdb9ed16a7cee63 100644 (file)
@@ -8,7 +8,7 @@
     <span class="icon close"></span>
   </h2>
 
-  <p><%= t 'layouts.intro_text' %></p>
+  <p class="inner22"><%= t 'layouts.intro_text' %></p>
 
   <div class='footer'>
     <a title="<%= t('layouts.make_a_donation.title') %>" href="http://donate.openstreetmap.org/" class="donate">
@@ -16,7 +16,7 @@
       <span><%= t('layouts.make_a_donation.text') %></span>
     </a>
 
-    <p class='credits'>
+    <p class='credits inner22'>
       <%= t 'layouts.partners_html',
             :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
             :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),