Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelindustries <gitlab@pixelindustries.com>2014-02-11 13:39:13 +0400
committerPixelindustries <gitlab@pixelindustries.com>2014-02-11 13:39:13 +0400
commit9d61ea55d15aa5b201d9be6145d4c70db4fd0de8 (patch)
tree8227f998393d19e042c961d5d3979c01b822c23a /app/views/devise/passwords
parentfaafde2d2b8dc3457c45aa87e6dd280bfdd13dde (diff)
Added margin between form and button in reset-password form.
Diffstat (limited to 'app/views/devise/passwords')
-rwxr-xr-x[-rw-r--r--]app/views/devise/passwords/new.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml
index a14ef2995c8..040821ca32a 100644..100755
--- 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