]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/terms.html.erb
Pass classes to override the default thumbnail_tiny style, rather than having another...
[rails.git] / app / views / users / terms.html.erb
index f32cc17bd35137712bad7f2d988821a1b2d08ce8..58bddaca5fcee2ff82796486908db0bb8e14b1c7 100644 (file)
@@ -2,10 +2,11 @@
   <%= javascript_include_tag "user" %>
 <% end %>
 
-<% content_for :heading_class, "header-illustration-heading" %>
+<% content_for :heading_class, "pb-0" %>
 <% content_for :heading do %>
-  <h1><%= t ".heading" %></h1>
-  <div class='header-illustration new-user-terms'></div>
+  <div class='header-illustration new-user-terms'>
+    <h1><%= t ".heading" %></h1>
+  </div>
 <% end %>
 
 <%= form_tag({ :action => "save" }) do %>
@@ -29,7 +30,7 @@
     <% end %>
   </div>
 
-  <div id="contributorTerms" class="legale">
+  <div id="contributorTerms" class="legale border border-grey rounded">
     <%= render :partial => "terms" %>
   </div>