blob: 34562cb6a8fa2ba9884b2879f8c8b814e44e1e4f [file] [log] [blame]
Rushabh Mehtab394a252013-05-23 16:03:49 +05301#page-activity .label {
Rushabh Mehta12852e72012-02-29 15:11:06 +05302 display: inline-block;
3 width: 100px;
4 margin-right: 7px;
5}
6
Rushabh Mehtab394a252013-05-23 16:03:49 +05307#page-activity .label-info {
Rushabh Mehta12852e72012-02-29 15:11:06 +05308 cursor: pointer;
9}
10
Rushabh Mehtab394a252013-05-23 16:03:49 +053011#page-activity .user-info {
Rushabh Mehta12852e72012-02-29 15:11:06 +053012 float: right;
13 color: #777;
14 font-size: 10px;
15}
16
Rushabh Mehtab394a252013-05-23 16:03:49 +053017#page-activity .date-sep {
Rushabh Mehta12852e72012-02-29 15:11:06 +053018 margin-bottom: 11px;
19 padding: 5px 0px;
20 border-bottom: 1px solid #aaa;
21 color: #555;
22 font-size: 10px;
23}