Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
83580ad2
authored
Mar 20, 2015
by
Oláh István Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: fix big activity icons
parent
9382db65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
circle/dashboard/static/dashboard/dashboard.less
+5
-0
circle/dashboard/templates/dashboard/_display-name.html
+1
-1
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
83580ad2
...
...
@@ -16,6 +16,11 @@ html {
margin-top: -4px;
}
.profile-avatar {
width: 24px;
height: 24px;
}
.navbar-fixed-top {
border: 0px;
}
...
...
circle/dashboard/templates/dashboard/_display-name.html
View file @
83580ad2
...
...
@@ -2,7 +2,7 @@
{% if user and user.pk %}
{% if user.profile %}
<img
src=
"{{ user.profile.get_avatar_url }}"
width=
"46px"
height=
"46px
"
title=
"
<img
class=
"profile-avatar"
src=
"{{ user.profile.get_avatar_url }}
"
title=
"
{% endif %}
{% if user.get_full_name %}{{ user.get_full_name }}{% else %}{{ user.username }}{% endif %}{% if new_line %}<br />{% endif %}
...
...
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