blob: f67f729c4f8a57b8c77a4523c95a66d9476ed209 [file] [log] [blame]
Rushabh Mehta2886b952012-02-24 11:26:31 +05301.todoitem {
Anand Doshi64ddb9f2012-06-12 19:24:12 +05302 padding-bottom: 3px;
Rushabh Mehta08b670b2012-03-14 19:06:20 +05303 clear: both;
Rushabh Mehta2886b952012-02-24 11:26:31 +05304}
5
Anand Doshi037c2572012-10-09 11:05:25 +05306.todoitem div {
7 float: left;
8 display: inline-block;
9 padding: 3px;
10}
11
Rushabh Mehta2886b952012-02-24 11:26:31 +053012.todoitem .label {
13 width: 50px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053014 margin-right: 11px;
15 margin-top: 3px;
Anand Doshi037c2572012-10-09 11:05:25 +053016 text-align: center;
17}
18
19.todoitem .todo-date {
20 margin-top: -2px;
21 margin-right: 7px;
22 color: #aaa;
Rushabh Mehta2886b952012-02-24 11:26:31 +053023}
24
25.todoitem .close {
Anand Doshi3c3f9962012-06-13 12:01:41 +053026 margin-left: 5px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053027 font-size: 17px;
28}
29
30.todoitem .close-span {
Anand Doshi64ddb9f2012-06-12 19:24:12 +053031 float: right;
Rushabh Mehta2886b952012-02-24 11:26:31 +053032}
33
Anand Doshi64ddb9f2012-06-12 19:24:12 +053034.todo-separator {
35 border-bottom: 1px solid #DEB85F;
36 margin-bottom: 5px;
37 clear: both;
38}
39
40.todo-content {
41 padding-right: 15px;
Anand Doshic6fce632012-07-09 12:34:02 +053042}
43
Rushabh Mehta4feae612012-07-12 16:01:20 +053044.todo-layout {
Anand Doshic6fce632012-07-09 12:34:02 +053045 background-color: #FFFDC9;
46 min-height: 300px;
Rushabh Mehta3009c462012-10-03 11:56:38 +053047}
48
Anand Doshi037c2572012-10-09 11:05:25 +053049.todoitem .popup-on-click {
Rushabh Mehta3009c462012-10-03 11:56:38 +053050 margin: 0px 6px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053051}