blob: 499d8913b74f89cbe9940df0f9b1b6d2c482f48e [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 {
Anand Doshi64ddb9f2012-06-12 19:24:12 +053031 padding: 3px 0px;
32 display: inline-block;
Anand Doshi3c3f9962012-06-13 12:01:41 +053033 width: 80%;
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;
Anand Doshic6fce632012-07-09 12:34:02 +053049}
50
Rushabh Mehtac2ef0642012-08-07 16:36:10 +053051.todo-layout {
Anand Doshic6fce632012-07-09 12:34:02 +053052 background-color: #FFFDC9;
53 min-height: 300px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053054}