MInor fixes in timeline styles

stable
Xavier Julián 2015-05-07 16:53:41 +02:00 committed by Juanfran
parent 767179e21a
commit 6dc052f536
3 changed files with 12 additions and 4 deletions

View File

@ -22,7 +22,8 @@ class ProfileTimelineItemTitle
user = timeline.data.user
title_attr = @translate.instant('COMMON.SEE_USER_PROFILE', {username: user.username})
url = 'user-profile:username=vm.activity.user.username'
return @._getLink(url, user.username, title_attr)
console.log(user)
return @._getLink(url, user.name, title_attr)
else if param == 'field_name'
field_name = Object.keys(timeline.data.values_diff)[0]

View File

@ -29,8 +29,15 @@
}
p {
margin-bottom: .5rem;
}
a {
color: $green-taiga;
&:first-child {
@extend %bold;
color: $gray;
}
&:hover {
color: $fresh-taiga;
}
}
}

View File

@ -13,7 +13,7 @@
.timeline-wrapper {
background: lighten($whitish, 10%);
flex-basis: 768px;
margin-right: 1rem;
margin-right: 3.5rem;
> div {
opacity: 1;
padding-top: 0;