Skip to content
Snippets Groups Projects
Commit b9e3b0dd authored by Bart Visscher's avatar Bart Visscher
Browse files

Tasks: Fix position of the summary input

parent a9a913c2
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
.task .completed {position:absolute;left:3em;top:0.3em;}
.task .summary{padding-left:4em;height:2em;}
.task .summary input{position:relative;left:5px;top:0.5em;}
.task .summary input{position:absolute;left:5em;top:0;}
.task.done .summary{text-decoration:line-through;}
.task .tag{border-radius:0.4em;display:inline-block;opacity:0.2;margin:0 0.2em;border:1px solid transparent;padding:0 0.4em;cursor:pointer;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment