1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

[event]show events in myhome

This commit is contained in:
llj
2012-09-28 21:51:04 +08:00
parent 02870ee552
commit d628bc4371
7 changed files with 68 additions and 80 deletions

View File

@@ -610,6 +610,19 @@ ul.with-bg li {
width:262px;
margin-bottom:10px;
}
.event-item {
padding:2px 0 10px;
border-bottom:1px solid #eee;
margin-bottom:10px;
}
.event-item .time {
color:#888;
}
.event-item .avatar {
border-radius:2px;
margin-right:5px;
vertical-align:middle;
}
/* avatar */
.avatar-op .avatar,
.home-profile .avatar,