]> git.openstreetmap.org Git - rails.git/commitdiff
Improve styling of "signup blocked" page
authorTom Hughes <tom@compton.nu>
Mon, 7 Mar 2016 12:20:55 +0000 (12:20 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 7 Mar 2016 12:20:55 +0000 (12:20 +0000)
app/assets/stylesheets/common.scss
app/views/user/blocked.html.erb

index 83ae35680fd7c3213d36e3267a0925d1a37720f1..cf687653e1efa19bd18fd82ddf7ad20d4aec8055 100644 (file)
@@ -1335,6 +1335,11 @@ tr.turn:hover {
 .user-terms {
   .content-body .content-inner {
     padding: 0;
+
+    .message {
+      margin-top: 80px;
+      padding: 20px;
+    }
   }
 }
 
index f175fe18a1da9ceabd0246bddd79ed9c8645743a..5f6e2b7f4d7d5b9fd7ad1d80c73ed35ce6fba5a5 100644 (file)
@@ -1,7 +1,10 @@
 <% content_for :heading do %>
-  <h1><%= t 'user.new.heading' %></h1>
+  <h1><%= t 'user.new.title' %></h1>
+  <div class='header-illustration new-user-main'></div>
+  <div class='header-illustration new-user-arm'></div>
 <% end %>
 
-<p><%= t 'user.new.no_auto_account_create' %></p>
-
-<p><%= raw t 'user.new.contact_webmaster' %></p>
+<div class="message">
+  <h1><%= t 'user.new.no_auto_account_create' %></h1>
+  <h2><%= raw t 'user.new.contact_webmaster' %></h2>
+</div>