summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-10-04 16:42:47 -0700
committertauriedavis <taurie@gitlab.com>2016-10-04 16:42:47 -0700
commitd1c1b41ffe0888bd7c88a26a59c4b1fa98709fd5 (patch)
treef554534b9e69d02f03928ab4593f104d9100cab7 /app/assets/stylesheets
parent67dcc8db83aa06a70315011a841409bb6e5900dc (diff)
downloadgitlab-ce-d1c1b41ffe0888bd7c88a26a59c4b1fa98709fd5.tar.gz
add spaces and fix handle styles
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/profile.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 020ef5339d2..efb90772214 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -213,25 +213,29 @@
}
.user-profile {
+
.cover-controls a {
margin-left: 5px;
}
+
.profile-header {
margin: 0 auto;
+
.avatar-holder {
width: 90px;
margin: 0 auto 10px;
}
+
.user-info {
- .handle {
- color: $gl-gray-light;
- }
+
.member-date {
margin-bottom: 4px;
}
}
}
+
@media (max-width: $screen-xs-max) {
+
.cover-block {
padding-top: 20px;
}
@@ -255,7 +259,7 @@
}
.user-profile-nav {
- margin-top: 15px;
+ margin-top: 10px;
}
table.u2f-registrations {