Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 1 | .todoitem { |
Rushabh Mehta | b73fa49 | 2012-02-24 15:07:39 +0530 | [diff] [blame] | 2 | padding-bottom: 11px; |
| 3 | border-bottom: 1px solid #DEB85F; |
| 4 | margin-bottom: 5px; |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 5 | height: 14px; |
| 6 | } |
| 7 | |
| 8 | .todoitem .label { |
| 9 | width: 50px; |
| 10 | display: inline-block; |
| 11 | text-align: center; |
| 12 | margin-right: 7px; |
| 13 | } |
| 14 | |
| 15 | .todoitem .close { |
| 16 | margin-left: 14px; |
| 17 | font-size: 14px; |
| 18 | float: left; |
| 19 | } |
| 20 | |
| 21 | .todoitem .ref_link { |
| 22 | float: left; |
Anand Doshi | 06fcfdf | 2012-03-22 11:01:38 +0530 | [diff] [blame] | 23 | margin-left: 10px; |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 24 | display: inline-block; |
| 25 | line-height: 18px; |
| 26 | } |
| 27 | |
| 28 | .todoitem .description { |
| 29 | cursor: pointer; |
| 30 | float: left; |
Anand Doshi | 06fcfdf | 2012-03-22 11:01:38 +0530 | [diff] [blame] | 31 | } |