From: Tom Hughes Date: Sun, 22 May 2011 16:47:04 +0000 (+0100) Subject: Improve presentation of supporting links on the terms page X-Git-Tag: live~6290^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/023050840ac91d21045faf2512514f56bccfdb48 Improve presentation of supporting links on the terms page --- diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index d6bbd16f5..cd352ab6f 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -46,11 +46,5 @@


-
-

-

-

+

<%= 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' %>

<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 5e82b80c8..d8d7c13b3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1579,10 +1579,7 @@ en: consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain" consider_pd_why: "what's this?" consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain - summary: "Human readable summary in English." - summary_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary - translations: "Informal translations / Informelle Übersetzung" - translations_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations + guidance: 'Information to help understand these terms: a human readable summary and some informal translations' agree: Agree declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined" decline: "Decline" diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index a62665e34..8b387e1d3 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -734,7 +734,7 @@ div#contributorTerms { border: 1px solid black; padding: 4px; overflow: auto; - width: 80%; + width: 95%; height: 400px; } @@ -762,7 +762,7 @@ div#contributorTerms img { } form#termsForm { - width: 80%; + width: 95%; margin-bottom: 3em; } @@ -778,6 +778,14 @@ form#termsForm input#agree { margin-left: 50px; } +p#contributorGuidance { + background-color: #f5f5ff; + border: 1px solid #f3f3ff; + border-radius: 15px; + -moz-border-radius: 15px; + padding: 10px; +} + /* Rules for the account settings page */ #accountForm td {