inline css for html invoices (#1526)

This commit is contained in:
Kevin Papst
2020-03-06 03:21:39 +01:00
committed by GitHub
parent 76a6ea57a1
commit a50a59bbca
25 changed files with 270 additions and 69 deletions

View File

@@ -81,7 +81,7 @@
{% if entry.activity is not null %}{{ entry.activity.name }} / {% endif %}{{ entry.project.name }}
{% endif %}
</td>
<td>{{ entry.duration|duration(isDecimal) }}</td>
<td class="text-nowrap">{{ entry.duration|duration(isDecimal) }}</td>
</tr>
{% endfor %}
</tbody>
@@ -92,7 +92,7 @@
<th></th>
{% endif %}
<th>{{ 'invoice.total_working_time'|trans({}, 'messages', language) }}</th>
<th>{{ model.calculator.timeWorked|duration(isDecimal) }}</th>
<th class="text-nowrap">{{ model.calculator.timeWorked|duration(isDecimal) }}</th>
</tr>
</tfoot>
</table>