blob: 9fe595587a264d9ab88dd4c09a901c13a3c1bee0 [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 {
Anand Doshi3c3f9962012-06-13 12:01:41 +053017 margin-left: 5px;
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 Doshi3c3f9962012-06-13 12:01:41 +053034 width: 80%;
Anand Doshi06fcfdf2012-03-22 11:01:38 +053035}
Anand Doshi64ddb9f2012-06-12 19:24:12 +053036
37#todo-list, #assigned-todo-list {
38 float: left;
39 width: 50%;
40}
41
42.todo-separator {
43 border-bottom: 1px solid #DEB85F;
44 margin-bottom: 5px;
45 clear: both;
46}
47
48.todo-content {
49 padding-right: 15px;
Anand Doshic6fce632012-07-09 12:34:02 +053050}
51
Rushabh Mehta4feae612012-07-12 16:01:20 +053052.todo-layout {
Anand Doshic6fce632012-07-09 12:34:02 +053053 background-color: #FFFDC9;
54 min-height: 300px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053055}