blob: 4ac49d621c1398098e17b7695f38c8ee28a3836a [file] [log] [blame]
Rushabh Mehta2886b952012-02-24 11:26:31 +05301.todoitem {
Rushabh Mehtab73fa492012-02-24 15:07:39 +05302 padding-bottom: 11px;
3 border-bottom: 1px solid #DEB85F;
4 margin-bottom: 5px;
Rushabh Mehta2886b952012-02-24 11:26:31 +05305 height: 14px;
6}
7
8.todoitem .label {
9 width: 50px;
10 display: inline-block;
11 text-align: center;
12 margin-right: 7px;
13}
14
15.todoitem .close {
16 margin-left: 14px;
17 font-size: 14px;
18 float: left;
19}
20
21.todoitem .ref_link {
22 float: left;
23 margin-left: 14px;
24 display: inline-block;
25 line-height: 18px;
26}
27
28.todoitem .description {
29 cursor: pointer;
30 float: left;
31}