blob: 704e6007e11c1d70f26019ea2bfd89a48b6134d5 [file] [log] [blame]
Rushabh Mehta2886b952012-02-24 11:26:31 +05301.todoitem {
Rushabh Mehtab73fa492012-02-24 15:07:39 +05302 padding-bottom: 11px;
3 border-bottom: 1px solid #DEB85F;
4 margin-bottom: 5px;
Rushabh Mehta2886b952012-02-24 11:26:31 +05305 height: 14px;
Rushabh Mehta08b670b2012-03-14 19:06:20 +05306 clear: both;
Rushabh Mehta2886b952012-02-24 11:26:31 +05307}
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 Doshi06fcfdf2012-03-22 11:01:38 +053024 margin-left: 10px;
Rushabh Mehta2886b952012-02-24 11:26:31 +053025 display: inline-block;
26 line-height: 18px;
27}
28
29.todoitem .description {
30 cursor: pointer;
31 float: left;
Anand Doshi06fcfdf2012-03-22 11:01:38 +053032}