Skip to content

Commit

Permalink
Merge branch '237-activity-stream-wrapping'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Feb 22, 2013
2 parents 15bf450 + 577ae56 commit 9c48a59
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ckan/public/base/less/activity.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
.clearfix;
.icon {
display: block;
float: left;
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
line-height: 30px;
Expand All @@ -26,20 +28,19 @@
.border-radius(100px);
}
.actor .gravatar {
float: left;
margin-top: -5px;
margin-right: 10px;
position: absolute;
top: 0;
left: 40px;
}
p {
font-size: 14px;
line-height: 1.5;
margin: 5px 0 0 0;
margin: 5px 0 0 80px;
}
.date {
color: #999;
font-size: 12px;
white-space: nowrap;
margin-left: 5px;
}
.new {
display: block;
Expand Down

0 comments on commit 9c48a59

Please sign in to comment.