]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/new.html.erb
refine grid + remove styling attributes from content id
[rails.git] / app / views / user / new.html.erb
index 7d5439d6f8acbe04af8c89a04f50365cc107c623..1368dfe19ddec28e093b8307f3954315f01b22fc 100644 (file)
@@ -2,7 +2,7 @@
   <h1><%= t 'user.new.title' %></h1>
 <% end %>
 
-<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'col6' } do %>
+<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'col6 pad2' } do %>
   <%= error_messages_for 'user' %>
 
   <%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
@@ -70,7 +70,7 @@
   </div>
 <% end %>
 
-<div class='col6'>
+<div class='col6 pad2'>
   <h3><%= t 'user.new.about.header' %></h3>
   <%= t 'user.new.about.html' %>
 </div>