Allignement de team

This commit is contained in:
Ambulance Clerc
2022-10-15 23:39:07 +02:00
parent 02085c46f7
commit a89b1eb31e

View File

@@ -24,8 +24,8 @@
{% endif %}
</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 150px;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 45%;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 45%;display: inline-block">{{ task.team_2 }}</span>
</td>
</tr>
{% endfor %}
@@ -37,8 +37,8 @@
{% if task.str_start_date == today %}
<tr style=""><td style="font-weight: bold;vertical-align: top;{% if task.team_transfert %}background-color: orange;{% endif %}" width="100" >{{task.key}}</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 45%;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 45%;display: inline-block">{{ task.team_2 }}</span>
</td>
</tr>
{% endif %}