blob: 0b00b3988a7effd2cdc702e0291e7b0f08b78112 [file] [log] [blame]
Rushabh Mehta2886b952012-02-24 11:26:31 +05301.todoitem {
Anand Doshi64ddb9f2012-06-12 19:24:12 +05302 padding-bottom: 3px;
3 min-height: 45px;
Rushabh Mehta08b670b2012-03-14 19:06:20 +05304 clear: both;
Rushabh Mehta2886b952012-02-24 11:26:31 +05305}
6
7.todoitem .label {
8 width: 50px;
9 display: inline-block;
10 text-align: center;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053011 margin-right: 11px;
12 margin-top: 3px;
13 float: left;
Rushabh Mehta2886b952012-02-24 11:26:31 +053014}
15
16.todoitem .close {
17 margin-left: 14px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053018 font-size: 17px;
19}
20
21.todoitem .close-span {
22 display: inline-block;
23 float: right;
Rushabh Mehta2886b952012-02-24 11:26:31 +053024}
25
26.todoitem .ref_link {
Rushabh Mehta2886b952012-02-24 11:26:31 +053027 line-height: 18px;
28}
29
30.todoitem .description {
31 cursor: pointer;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053032 padding: 3px 0px;
33 display: inline-block;
Anand Doshi06fcfdf2012-03-22 11:01:38 +053034}
Anand Doshi64ddb9f2012-06-12 19:24:12 +053035
36#todo-list, #assigned-todo-list {
37 float: left;
38 width: 50%;
39}
40
41.todo-separator {
42 border-bottom: 1px solid #DEB85F;
43 margin-bottom: 5px;
44 clear: both;
45}
46
47.todo-content {
48 padding-right: 15px;
49}