diff --git a/app/assets/stylesheets/boilerplate/main.css b/app/assets/stylesheets/boilerplate/main.css index ca2bff1..4ef8329 100644 --- a/app/assets/stylesheets/boilerplate/main.css +++ b/app/assets/stylesheets/boilerplate/main.css @@ -94,14 +94,16 @@ textarea { ========================================================================== */ .form-table { - float: left; - width: 90%; margin: 0 !important; background: #fff; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } +.margin-left-none{ + margin-left: 0 !important; +} + .field { float: left; width: 100%; diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 9b1cafe..0fc8525 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -4,59 +4,58 @@ <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name),:html => { :class => "form-inline" }) do |f| %> <%= devise_error_messages! %> -
-
-
<%= f.label :name, class: 'control-label' %>
- <%= f.text_field :name, :autofocus => true, class: 'label2' %>
-
-

- Seu nome! -

-
-
-
-
- <%= f.label :email, class: 'control-label' %>
- <%= f.email_field :email, class: 'label2' %> +
+
+
+
<%= f.label :name, class: 'control-label' %>
+ <%= f.text_field :name, :autofocus => true, class: 'label2' %>
+
+

+ Seu nome! +

+
-
-

- Seu nome! -

-
-
-
-
- <%= f.label :password, class: 'control-label' %>
- <%= f.password_field :password, class: 'label2' %> +
+
+ <%= f.label :email, class: 'control-label' %>
+ <%= f.email_field :email, class: 'label2' %> +
+
+

+ Seu nome! +

+
-
-

- Seu nome! -

-
-
-
-
- <%= f.label :password_confirmation, class: 'control-label' %>
- <%= f.password_field :password_confirmation, class: 'label2' %> +
+
+ <%= f.label :password, class: 'control-label' %>
+ <%= f.password_field :password, class: 'label2' %> +
+
+

+ Seu nome! +

+
-
-

- Seu nome! -

+ +
+
+ <%= f.label :password_confirmation, class: 'control-label' %>
+ <%= f.password_field :password_confirmation, class: 'label2' %> +
+
+

+ Seu nome! +

+
-
-
-
- <%= f.submit "Sign Up", class: 'btn btn-primary span2' %> -
+
+ <%= f.submit "Sign Up", class: 'btn btn-primary span2' %>
- <% end %> -- libgit2 0.21.2