Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d1c1b41f
Commit
d1c1b41f
authored
Oct 04, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add spaces and fix handle styles
parent
67dcc8db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+8
-4
app/views/users/show.html.haml
app/views/users/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/profile.scss
View file @
d1c1b41f
...
...
@@ -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
:
1
5
px
;
margin-top
:
1
0
px
;
}
table
.u2f-registrations
{
...
...
app/views/users/show.html.haml
View file @
d1c1b41f
...
...
@@ -40,10 +40,10 @@
.user-info
.cover-title
=
@user
.
name
%span
.handle
@
#{
@user
.
username
}
.cover-desc.member-date
%span
.middle-dot-divider
@
#{
@user
.
username
}
%span
.middle-dot-divider
Member since
#{
@user
.
created_at
.
to_s
(
:medium
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment