Utilisation taille CSS pour TD key

This commit is contained in:
Ambulance Clerc
2022-10-16 01:34:58 +02:00
parent a89b1eb31e
commit 230adca8d6
8 changed files with 33 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
{% for task in latest_task_list %}
<tr>
<td style="vertical-align: top;" width="150" >
<td style="vertical-align: top;" class="td_key" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}