diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d1983fb8a..0e03da6de 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1102,7 +1102,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } } -@media only screen and (max-width:770px) { +@media only screen and (max-width:900px) { .header-illustration.new-user-arm { display: none;} } @@ -1561,6 +1561,11 @@ ul.results-list li { border-bottom: 1px solid #ccc; } background: darken($lightblue, $hovercolor); } } + + .form-row { + margin: auto; + max-width: 370px; + } } /* Rules for the account settings page */ diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 65cefa76d..3f9088311 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -255,3 +255,16 @@ p.search_results_entry { #message_title, #message_body { width: 100% !important; } + +/* Rules for the sign-up page */ + +.user-new, +.user-create { + .col6 { + width: 100%; + } + + .aside { + display: none; + } +} \ No newline at end of file diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 45c33aaef..d1772f996 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -71,7 +71,7 @@ <%= submit_tag t('user.new.continue'), :tabindex => 6 %> <% end %> -
- <%= 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' %> -
++ <%= 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' %> +
+