forked from RallyApps/app-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecentActivityApp.css
69 lines (57 loc) · 1.32 KB
/
RecentActivityApp.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.recent-activity-view ul.list {
list-style-type: none;
margin: 5px 5px 25px 5px;
padding: 0;
}
.recent-activity-view ul.list li.list-item {
padding-top: 5px;
color: #333;
font-family: NotoSansBold, Helvetica, Arial;
font-weight: normal;
border-top: 1px solid #c6c6c6;
clear: left;
}
.recent-activity-view ul.list li.first {
border: none;
}
.recent-activity-view .list-item-info .inactive {
color: gray;
}
.recent-activity-view .list-item-info {
margin: 8px 0 0 0;
font-weight: normal;
}
.recent-activity-view .list-item-user {
width: 60px !important;
height: 60px;
margin-right: -5px;
float: left;
}
.recent-activity-view .list-item-details {
padding-left: 60px;
}
.recent-activity-view .list-item-user img.profile {
border: 1px solid #CCC;
width: 50px;
height: 50px;
margin-right: -10px;
float: left;
}
.recent-activity-view .list-item-details img.quote {
margin-bottom: 5px;
}
.recent-activity-view .list-item-details .status {
color: #333;
}
.recent-activity-view .list-item-details .reply {
margin-bottom: 0.5em;
}
.recent-activity-view .list-item-details .detail-text {
margin-top: 0.5em;
margin-bottom: 0.5em;
word-wrap: break-word;
}
.recent-activity-view .show-more-ct {
padding-left: 5px;
padding-bottom: 5px;
}