X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fdo_todos.html;fp=todo_templates%2Fdo_todos.html;h=129018f257e77ad2e0b4b38056fefe39bfd468c3;hp=7a8ae82158217427993f414e4f9ee13b7aa70b1c;hb=979de59ced9fe3fd3860d19288b42485d7f02346;hpb=76210b693b77e67bf8160a7fb869ae416309d333 diff --git a/todo_templates/do_todos.html b/todo_templates/do_todos.html index 7a8ae82..129018f 100644 --- a/todo_templates/do_todos.html +++ b/todo_templates/do_todos.html @@ -1,69 +1,72 @@ {% extends 'base.html' %} + {% block css %} -table.alternating tr:nth-child(even) { - background-color: #cccccc; -} -table.alternating tr:nth-child(odd) { - background-color: #ffffff; -} -th, td { text-align: left} -th.desc { background: linear-gradient(to bottom, white, grey); } -th.center { text-align: center; } -td.checkbox, td.number { height: 0.1em; padding: 0em; text-align: center; } -td.checkbox { width: 0.1em; text-align: center; } -td button { height: 1.5em; padding: 0em; margin: 0em } -input[type="number"] { text-align: right; } -th.desc { background: linear-gradient(to bottom, white, grey); } +td.number, td.checkbox { text-align: center; } +td { vertical-align: middle; } +td button { padding: 0em; } +th.centered { text-align: center; } {% endblock %} + {% block content %} -
+

do todos

+ + {% include 'tagfilters.html' %}
hide done -
-

do day

-

| prev | {{day.date}} | next | comment: - +

+ - - - - + + + + + + {% for todo in todos %} - - - + + + {% endfor %} +
doneeffortimportancetodo +done + +effort + +importance + +todo + comment
-{% if todo.children %} -{% if todo.done %}✓{% else %}  {% endif %} -{% else %} -{% endif %} -{% if todo.children %} - -{% else %} -{% endif %} {{todo.path}}{{todo.title}} + + +{{todo.path}}{{todo.title}} + + +
- +
+ {% include 'watch_form.html' %}