.col11 { float:left; width:91.6666%; }
.col12 { width:100%; }
+
+.pad1 { padding: $lineheight/2; }
+.pad2 { padding: $lineheight; }
+
/* Default rules for the body of every page */
* {
/* Rules for the main content area */
#content {
- padding: $lineheight;
position: relative;
}
.site-welcome,
.user-new {
.content-heading {
- text-align: center;
}
#content {
- max-width: 700px;
- margin: auto;
}
}
background-position: -300px 0;
}
- .pad1 {
- padding: 10px;
- }
-
- .pad2 {
- padding: 20px;
- }
-
.start-mapping {
background: #EB6F67;
color: #FFF;
<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? %>
</div>
<% end %>
-<div class='col6'>
+<div class='col6 pad2'>
<h3><%= t 'user.new.about.header' %></h3>
<%= t 'user.new.about.html' %>
</div>