ref: master
plugins/recent_activities/public/style.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 70 71 72 |
.recent-activities-block ul { padding: 0; } .recent-activities-block li { list-style: none; border-bottom: 1px solid #ccc; } .recent-activities-block time, .recent-activities-block p { margin: 10px 0; } .recent-activities-block time { display: block; margin-bottom: 10px; color: #ccc; } .recent-activities-block img, .recent-activities-block .upimg { padding: 1px; border: 1px solid #ccc; margin: 3px 3px 0 0; } .recent-activities-block p:first-letter { text-transform: capitalize } .recent-activities-block .upimg { width: 20px; height: 20px; display: inline-block; background-size: cover; } .recent-activities-block .recent-activity-date, .recent-activities-block .recent-activity-date a, .recent-activities-block .recent-activity-date a:visited { color: #888a85; } .recent-activities-block .recent-activity-label { padding: 2px; text-transform: capitalize; background: #333; color: #fff; margin-left: 5px; display: inline-block; font-size: 11px; } .recent-activities-block .recent-activity-event { display: table-row; } .recent-activities-block .recent-activity-events img { width: 32px; height: 32px; float: left; } .recent-activities-block .recent-activity-events .lead { width: 148px; margin-left: 2px; margin-top: 2px; float: left; display: block; text-align: justify; } |