summaryrefslogtreecommitdiff
path: root/app/views/profiles/account.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 11:57:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 11:57:34 +0300
commitacc21d30fb7a38e8ae069116a37d67b535da3996 (patch)
tree0f130d429a62f33095f5e2f8761ef9387bb07951 /app/views/profiles/account.html.haml
parentf79b210061724fa1460fbb10853467182031c2c5 (diff)
downloadgitlab-ce-acc21d30fb7a38e8ae069116a37d67b535da3996.tar.gz
Increase input padding. Minor ui fixes
Diffstat (limited to 'app/views/profiles/account.html.haml')
-rw-r--r--app/views/profiles/account.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/account.html.haml b/app/views/profiles/account.html.haml
index b8325e5d9e7..122ff1b4a01 100644
--- a/app/views/profiles/account.html.haml
+++ b/app/views/profiles/account.html.haml
@@ -54,7 +54,7 @@
It can be used for atom feed or API
%p.cgray
- if current_user.private_token
- = text_field_tag "token", current_user.private_token, class: "input-xxlarge large_text"
+ = text_field_tag "token", current_user.private_token, class: "input-xxlarge large_text input-xpadding"
= f.submit 'Reset', confirm: "Are you sure?", class: "btn btn-primary btn-build-token"
- else
%span You don`t have one yet. Click generate to fix it.