<div class='header-illustration new-user-terms'></div>
<% end %>
-<%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %>
+<%= form_tag({ :action => "save" }, { :class => "standard-form fillL" }) do %>
<!-- legale is <%= @legale %> -->
- <p class="deemphasize"><%= t ".read and accept with tou" %></p>
- <label class="standard-label">
+ <p class="text-muted"><%= t ".read and accept with tou" %></p>
+ <h4>
<%= t ".heading_ct" %>
- </label>
- <div class='form-row horizontal-list'>
- <p class="deemphasize"><%= t ".contributor_terms_explain" %></p>
+ </h4>
+ <div class='standard-form-row horizontal-list clearfix'>
+ <p class="text-muted"><%= t ".contributor_terms_explain" %></p>
<label class="standard-label">
<%= t ".legale_select" %>
</label>
<% [%w[france FR], %w[italy IT], %w[rest_of_world GB]].each do |name, legale| %>
- <div class="form-row">
+ <div class="standard-form-row">
<label for="legale_<%= legale %>">
<%= radio_button_tag "legale", legale, @legale == legale, :data => { :url => url_for(:legale => legale) } %>
- <%= t(".legale_names." + name) %>
+ <%= t(".legale_names.#{name}") %>
</label>
</div>
<% end %>
</div>
- <div id="contributorTerms" class="col12 legale">
+ <div id="contributorTerms" class="legale">
<%= render :partial => "terms" %>
</div>
<div>
- <p id="contributorGuidance" class="deemphasize">
+ <p id="contributorGuidance" class="text-muted">
<%= t ".guidance_html",
:summary => "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary",
:translations => "https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations" %>
</p>
</div>
- <div class="form-row">
+ <div class="standard-form-row">
<label for="read_ct">
<%= check_box_tag "read_ct" %>
<%= t ".read_ct" %>
</label>
</div>
- <label class="standard-label">
+ <h4>
<%= t "layouts.tou" %>
- </label>
- <p class="deemphasize"><%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %></p>
- <div class="form-row">
+ </h4>
+ <p class="text-muted"><%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %></p>
+ <div class="standard-form-row">
<label for="read_tou">
<%= check_box_tag "read_tou" %>
<%= t ".read_tou" %>
<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
- <div class="buttons form-row inner20 clearfix">
+ <div class="buttons standard-form-row py-3 clearfix">
<%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true) %>
<%= submit_tag("Cancel", :name => "decline", :id => "decline") %>
</div>