From: Christian Heller Date: Sat, 8 Jun 2024 20:23:19 +0000 (+0200) Subject: Some Day template layout improvements. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=commitdiff_plain;h=5ff672be7e421fbbde8132a66ebb9b734d149a69;p=plomtask Some Day template layout improvements. --- diff --git a/templates/day.html b/templates/day.html index c3a20aa..6d927fd 100644 --- a/templates/day.html +++ b/templates/day.html @@ -45,11 +45,8 @@ td.left_border { td.right_border { border-right: 1px solid black; } -input[type="text"] { - width: 98%; -} -input[name="day_comment"] { - width: 100em; +input.ablers { + width: 50em; } {% endblock %} @@ -138,12 +135,16 @@ O 

comment: - +

to do

+

+add: +

+ @@ -181,11 +182,11 @@ comment: {% endfor %} {% set list_name = "todos_for_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} {% set list_name = "todos_against_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, disablers_for[condition.id_]) }} @@ -201,18 +202,6 @@ comment: {% endfor %} - -{% for condition in conditions_present %} - -{% endfor %} - - - -{% for condition in conditions_present %} - -{% endfor %} - - {% for node in top_nodes %} {{ show_node_undone(node, 0) }} {% endfor %}
add:comments