Added ability to make item clickable as suggested in issue #323

pull/313/merge
Abdullah Almsaeed 10 years ago
parent 436856b1c3
commit d5c8cb8ab2

@ -9,11 +9,17 @@
float: left;
padding: 10px;
text-align: center;
> img {
img {
.border-radius(50%);
max-width: 100%;
height: auto;
}
}
> a:hover {
&,
.users-list-name {
color: #999;
}
}
}
}
.users-list-name,
@ -25,10 +31,7 @@
color: #444;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:hover {
color: #999;
}
text-overflow: ellipsis;
}
.users-list-date {
color: #999;

Loading…
Cancel
Save