Rushabh Mehta | b394a25 | 2013-05-23 16:03:49 +0530 | [diff] [blame] | 1 | #page-activity .label { |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 2 | display: inline-block; |
| 3 | width: 100px; |
| 4 | margin-right: 7px; |
| 5 | } |
| 6 | |
Rushabh Mehta | b394a25 | 2013-05-23 16:03:49 +0530 | [diff] [blame] | 7 | #page-activity .label-info { |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 8 | cursor: pointer; |
| 9 | } |
| 10 | |
Rushabh Mehta | b394a25 | 2013-05-23 16:03:49 +0530 | [diff] [blame] | 11 | #page-activity .user-info { |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 12 | float: right; |
| 13 | color: #777; |
| 14 | font-size: 10px; |
| 15 | } |
| 16 | |
Rushabh Mehta | b394a25 | 2013-05-23 16:03:49 +0530 | [diff] [blame] | 17 | #page-activity .date-sep { |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 18 | margin-bottom: 11px; |
| 19 | padding: 5px 0px; |
| 20 | border-bottom: 1px solid #aaa; |
| 21 | color: #555; |
| 22 | font-size: 10px; |
| 23 | } |