From: Tom Hughes Date: Mon, 7 Mar 2016 12:20:55 +0000 (+0000) Subject: Improve styling of "signup blocked" page X-Git-Tag: live~3922 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/37d65124a635a0d682d172c30bf10770c6ed136d?hp=6e154d48c0e77ea110fc93772c6a2be113a90bb1 Improve styling of "signup blocked" page --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 83ae35680..cf687653e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1335,6 +1335,11 @@ tr.turn:hover { .user-terms { .content-body .content-inner { padding: 0; + + .message { + margin-top: 80px; + padding: 20px; + } } } diff --git a/app/views/user/blocked.html.erb b/app/views/user/blocked.html.erb index f175fe18a..5f6e2b7f4 100644 --- a/app/views/user/blocked.html.erb +++ b/app/views/user/blocked.html.erb @@ -1,7 +1,10 @@ <% content_for :heading do %> -

<%= t 'user.new.heading' %>

+

<%= t 'user.new.title' %>

+
+
<% end %> -

<%= t 'user.new.no_auto_account_create' %>

- -

<%= raw t 'user.new.contact_webmaster' %>

+
+

<%= t 'user.new.no_auto_account_create' %>

+

<%= raw t 'user.new.contact_webmaster' %>

+