From 9d61ea55d15aa5b201d9be6145d4c70db4fd0de8 Mon Sep 17 00:00:00 2001 From: Pixelindustries Date: Tue, 11 Feb 2014 10:39:13 +0100 Subject: Added margin between form and button in reset-password form. --- app/views/devise/passwords/new.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 app/views/devise/passwords/new.html.haml (limited to 'app/views/devise/passwords') diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml old mode 100644 new mode 100755 index a14ef2995c8..040821ca32a --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -2,7 +2,8 @@ %h3.page-title Reset password .devise-errors = devise_error_messages! - = f.email_field :email, placeholder: "Email", class: "form-control", required: true + .clearfix.append-bottom-20 + = f.email_field :email, placeholder: "Email", class: "form-control", required: true .clearfix.append-bottom-10 = f.submit "Reset password", class: "btn-primary btn" %hr -- cgit v1.2.1