summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-06-10 08:49:05 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-06-10 10:30:49 +0530
commite18a08fd89f59088db22208069370a85f6a33001 (patch)
tree51752b67d9085580c6694e362ae2f5fb18df8b1b /app/assets/stylesheets
parent1779d68bfe2872c36f475798c5e1b82678f3225d (diff)
downloadgitlab-ce-e18a08fd89f59088db22208069370a85f6a33001.tar.gz
Implement second round of comments from @jschatz1.
- Just use a link for the clipboard button. Having a non-clickable container (that looks like a button) is confusing. - Use `text-danger` for the "you won't be able to access it again" message. - Highlight the created token so people know to look there.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/profile.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 88e062d156f..46371ec6871 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -200,6 +200,17 @@
text-align: center;
}
+.created-personal-access-token-container {
+ #created-personal-access-token {
+ width: 90%;
+ display: inline;
+ }
+
+ .btn-clipboard {
+ margin-left: 5px;
+ }
+}
+
.user-profile {
@media (max-width: $screen-xs-max) {
.cover-block {