From: Tom Hughes Date: Tue, 23 Mar 2010 00:17:14 +0000 (+0000) Subject: Improve styling of contributor terms. X-Git-Tag: live~6294^2~20 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/917ed5a7fda9be9c3d751b56db4995a8cb088d57 Improve styling of contributor terms. --- diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 3186c78dd..af3fa2556 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -2,29 +2,33 @@

<%= t 'user.confirm.press confirm button' %>

-
-

<%= t 'legal.contributor_terms.intro' %>

-
    -
  1. <%= t 'legal.contributor_terms.section_1' %>
  2. -
  3. <%= t 'legal.contributor_terms.section_2' %>
  4. -
  5. <%= t 'legal.contributor_terms.section_3' %>
  6. -

    <%= t 'legal.contributor_terms.active_defn_1' %>

    -

    <%= t 'legal.contributor_terms.active_defn_2' %>

    -
  7. <%= t 'legal.contributor_terms.section_4' %>
  8. -
  9. <%= t 'legal.contributor_terms.section_5' %>
  10. -
  11. <%= t 'legal.contributor_terms.section_6' %>
  12. -
      -
    1. <%= t 'legal.contributor_terms.section_6_1' %>
    2. -
    3. <%= t 'legal.contributor_terms.section_6_2' %>
    4. -
    -
  13. <%= t 'legal.contributor_terms.section_7' %>
  14. -
+
+

<%= t 'legal.contributor_terms.intro' %>

+
    +
  1. <%= t 'legal.contributor_terms.section_1' %>
  2. +
  3. <%= t 'legal.contributor_terms.section_2' %>
  4. +
  5. <%= t 'legal.contributor_terms.section_3' %>
  6. +

    <%= t 'legal.contributor_terms.active_defn_1' %>

    +

    <%= t 'legal.contributor_terms.active_defn_2' %>

    +
  7. <%= t 'legal.contributor_terms.section_4' %>
  8. +
  9. <%= t 'legal.contributor_terms.section_5' %>
  10. +
  11. <%= t 'legal.contributor_terms.section_6' %>
  12. +
      +
    1. <%= t 'legal.contributor_terms.section_6_1' %>
    2. +
    3. <%= t 'legal.contributor_terms.section_6_2' %>
    4. +
    +
  13. <%= t 'legal.contributor_terms.section_7' %>
  14. +
- -
- +

+ +
+

+

+ + +

- - diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 4efbd928f..f61698742 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -540,6 +540,24 @@ hr { color: gray; } +/* Rules for the account confirmation page */ + +div#contributorTerms { + border: 1px solid black; + padding: 4px; + overflow: auto; + width: 80%; + height: 60%; +} + +div#contributorTerms p { + margin-top: 0px; +} + +div#contributorTerms ol { + margin-bottom: 0px; +} + /* Rules for the account settings page */ #accountForm td {