blob: 088f60e1998e2f3bac9b09d7228431ec7cac56dd [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
6.todoitem .label {
7 width: 50px;
8 display: inline-block;
9 text-align: center;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053010 margin-right: 11px;
11 margin-top: 3px;
12 float: left;
Rushabh Mehta2886b952012-02-24 11:26:31 +053013}
14
15.todoitem .close {
Anand Doshi3c3f9962012-06-13 12:01:41 +053016 margin-left: 5px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053017 font-size: 17px;
18}
19
20.todoitem .close-span {
21 display: inline-block;
22 float: right;
Rushabh Mehta2886b952012-02-24 11:26:31 +053023}
24
Rushabh Mehta2886b952012-02-24 11:26:31 +053025.todoitem .description {
Anand Doshi64ddb9f2012-06-12 19:24:12 +053026 padding: 3px 0px;
Anand Doshi06fcfdf2012-03-22 11:01:38 +053027}
Anand Doshi64ddb9f2012-06-12 19:24:12 +053028
Rushabh Mehta3009c462012-10-03 11:56:38 +053029#todo-list {
30
Anand Doshi64ddb9f2012-06-12 19:24:12 +053031}
32
33.todo-separator {
34 border-bottom: 1px solid #DEB85F;
35 margin-bottom: 5px;
36 clear: both;
37}
38
39.todo-content {
40 padding-right: 15px;
Anand Doshic6fce632012-07-09 12:34:02 +053041}
42
Rushabh Mehta4feae612012-07-12 16:01:20 +053043.todo-layout {
Anand Doshic6fce632012-07-09 12:34:02 +053044 background-color: #FFFDC9;
45 min-height: 300px;
Rushabh Mehta3009c462012-10-03 11:56:38 +053046}
47
48.popup-on-click {
49 margin: 0px 6px;
Anand Doshi64ddb9f2012-06-12 19:24:12 +053050}