blob: b7c9f20a7d28add8b0bec42c5e3d2c7b19e141b2 [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;
Rushabh Mehta08b670b2012-03-14 19:06:20 +05306 clear: both;
Rushabh Mehta2886b952012-02-24 11:26:31 +05307}
8
9.todoitem .label {
10 width: 50px;
11 display: inline-block;
12 text-align: center;
13 margin-right: 7px;
14}
15
16.todoitem .close {
17 margin-left: 14px;
18 font-size: 14px;
19 float: left;
20}
21
22.todoitem .ref_link {
23 float: left;
24 margin-left: 14px;
25 display: inline-block;
26 line-height: 18px;
27}
28
29.todoitem .description {
30 cursor: pointer;
31 float: left;
32}