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! %> -
- Seu nome! -
-+ Seu nome! +
+- Seu nome! -
-+ Seu nome! +
+- Seu nome! -
-+ Seu nome! +
+- Seu nome! -
+ ++ Seu nome! +
+