From: Tom Hughes Date: Tue, 23 Mar 2010 00:33:16 +0000 (+0000) Subject: More improvements to styling of terms. X-Git-Tag: live~6278^2~19 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/576e6e6d673c9d9ec6c2fea138755fc478c82150 More improvements to styling of terms. --- diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index af3fa2556..100206c31 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -3,21 +3,35 @@

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

-

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

+

<%= 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. +
  15. +

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

    +
  16. +
  17. +

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

    +
  18. +
  19. +

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

    +

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

    +

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

    +
  20. +
  21. +

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

    +
  22. +
  23. +

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

    +
  24. +
  25. +

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

    +
      +
    1. <%= t 'legal.contributor_terms.section_6_1' %>

    2. +
    3. <%= t 'legal.contributor_terms.section_6_2' %>

    4. +
    +
  26. +
  27. +

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

    +
diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index f61698742..c5b98f3b3 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -550,10 +550,14 @@ div#contributorTerms { height: 60%; } -div#contributorTerms p { +div#contributorTerms p#first { margin-top: 0px; } +div#contributorTerms p#last { + margin-bottom: 0px; +} + div#contributorTerms ol { margin-bottom: 0px; }