summaryrefslogtreecommitdiff
path: root/app/views/devise
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-07-18 23:45:11 +1000
committerSimon Knox <psimyn@gmail.com>2017-07-20 15:02:16 +1000
commita4c6a03b935fd09098f7da821d9a1c0a30b88859 (patch)
tree590a71f10739d490a5321924c84f9346595e438c /app/views/devise
parent11f9ac0a48b62cef25eedede4c1819964f08d5ce (diff)
downloadgitlab-ce-a4c6a03b935fd09098f7da821d9a1c0a30b88859.tar.gz
add padding above Remember Me for social login35178-remember-me-in-omniauth-box-seems-too-close-to-icons
also fix case
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/shared/_omniauth_box.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/devise/shared/_omniauth_box.html.haml b/app/views/devise/shared/_omniauth_box.html.haml
index e80d10dc8f1..bfd7dd25a7d 100644
--- a/app/views/devise/shared/_omniauth_box.html.haml
+++ b/app/views/devise/shared/_omniauth_box.html.haml
@@ -7,6 +7,6 @@
%span.light
- has_icon = provider_has_icon?(provider)
= link_to provider_image_tag(provider), omniauth_authorize_path(:user, provider), method: :post, class: 'oauth-login' + (has_icon ? ' oauth-image-link' : ' btn'), id: "oauth-login-#{provider}"
- %fieldset
+ %fieldset.prepend-top-10
= check_box_tag :remember_me
- = label_tag :remember_me, 'Remember Me'
+ = label_tag :remember_me, 'Remember me'