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; |
Rushabh Mehta | 08b670b | 2012-03-14 19:06:20 +0530 | [diff] [blame] | 6 | clear: both; |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 7 | } |
| 8 | |
| 9 | .todoitem .label { |
| 10 | width: 50px; |
| 11 | display: inline-block; |
| 12 | text-align: center; |
| 13 | margin-right: 7px; |
| 14 | } |
| 15 | |
| 16 | .todoitem .close { |
| 17 | margin-left: 14px; |
| 18 | font-size: 14px; |
| 19 | float: left; |
| 20 | } |
| 21 | |
| 22 | .todoitem .ref_link { |
| 23 | float: left; |
Anand Doshi | 06fcfdf | 2012-03-22 11:01:38 +0530 | [diff] [blame] | 24 | margin-left: 10px; |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 25 | display: inline-block; |
| 26 | line-height: 18px; |
| 27 | } |
| 28 | |
| 29 | .todoitem .description { |
| 30 | cursor: pointer; |
| 31 | float: left; |
Anand Doshi | 06fcfdf | 2012-03-22 11:01:38 +0530 | [diff] [blame] | 32 | } |