Commit bbcd286d

luu stiles <luuduong@gmail.com>
2012-06-26 02:54:38
quick fix to get inputs on same line in IE8, still need to show placeholder text or labels because users will get really confused
1 parent e2be504
Changed files (1)
app
views
devise
registrations
app/views/devise/registrations/new.html.erb
@@ -28,7 +28,7 @@
             <%= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "well form-inline"}) do |f| %>
               <legend>Got an account? Login!</legend>
               <%= f.email_field :email, :placeholder => 'Email', :class=> "input-medium" %>
-              <%= f.password_field :password, :placeholder => 'Password', :class=> "input-medium" %>
+              <%= f.password_field :password, :placeholder => 'Password', :class=> "input-small" %>
               <%= f.submit "Sign In", :class => "btn" %>
               <br />
               <label for="checkbox" class="checkbox"><%= f.check_box :remember_me %> Remember me <%= link_to "Forgot your password?", new_password_path(resource_name) %></label>