blob: 6c1ec367a75a1861c0e1e0513fe0d2e029a16936 [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
Rushabh Mehta2886b952012-02-24 11:26:31 +053026.todoitem .description {
Anand Doshi64ddb9f2012-06-12 19:24:12 +053027 padding: 3px 0px;
28 display: inline-block;
Anand Doshi3c3f9962012-06-13 12:01:41 +053029 width: 80%;
Anand Doshi06fcfdf2012-03-22 11:01:38 +053030}
Anand Doshi64ddb9f2012-06-12 19:24:12 +053031
32#todo-list, #assigned-todo-list {
33 float: left;
34 width: 50%;
35}
36
37.todo-separator {
38 border-bottom: 1px solid #DEB85F;
39 margin-bottom: 5px;
40 clear: both;
41}
42
43.todo-content {
44 padding-right: 15px;
Anand Doshic6fce632012-07-09 12:34:02 +053045}
46
Rushabh Mehta4feae612012-07-12 16:01:20 +053047.todo-layout {
Anand Doshic6fce632012-07-09 12:34:02 +053048 background-color: #FFFDC9;
49 min-height: 300px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053050}