]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/terms.html.erb
basic cleanup of welcome osm page.
[rails.git] / app / views / user / terms.html.erb
index 31cc605e7495c1c6bab5edf14235dfc41a90e4ae..f95073df67a9a99afd71c78097f41353d1f50735 100644 (file)
@@ -25,7 +25,7 @@
       </fieldset>
     <% end %>
   </div> 
-  <div class="legale">
+  <div id="contributorTerms" class="legale">
     <%= render :partial => "terms" %>
   </div>
   
       <span class="minorNote">(<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>)</span>
     </p>
     <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %>
-    <div class="signing-buttons">
+    <div class="signing-buttons buttons">
       <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
       <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
     </div>
-    <p id="contributorGuidance"><%= raw t 'user.terms.guidance', :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %></p>
+    <p class='pad1' id="contributorGuidance"><%= raw t 'user.terms.guidance', :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %></p>
   <% end %>
 </terms>