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 | 483473d | 2013-11-14 15:35:57 +0530 | [diff] [blame] | 18 | margin: 0px -15px 11px -15px; |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 19 | padding: 5px 0px; |
Rushabh Mehta | 483473d | 2013-11-14 15:35:57 +0530 | [diff] [blame] | 20 | border-bottom: 2px solid #aaa; |
Rushabh Mehta | 12852e7 | 2012-02-29 15:11:06 +0530 | [diff] [blame] | 21 | color: #555; |
22 | font-size: 10px; | ||||
23 | } |