X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=c765ca7a3594b6969c342ad452c48a4db7dc0952;hb=8b606f7c555c250f0d5ab8314aa95ce7efda07c7;hp=1be3daf344d1621ff58990ed5fc38a81d0b723b6;hpb=8794d9441a50fc76d7746e6a034aff40705894f9;p=plomtask diff --git a/templates/process.html b/templates/process.html index 1be3daf..c765ca7 100644 --- a/templates/process.html +++ b/templates/process.html @@ -3,6 +3,14 @@ +{% block css %} +input[name="title"] { + width: 100em; +} +{% endblock %} + + + {% macro step_with_steps(step_id, step_node, indent) %}