Style tweaks.

This commit is contained in:
Pēteris Caune 2019-07-19 17:47:47 +03:00
parent b74e56a273
commit 1de0ef16f6
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -66,13 +66,11 @@
{% if count %}
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif;">
{{ count }} outage{{ count|pluralize }}
<span style="font-size: 12px">
<br />
({{ seconds|hc_approx_duration }} total)
</span>
{{ seconds|hc_approx_duration }} total
</td>
{% else %}
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif; color: #999;">
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif; color: #9BA2AB;">
All good!
</td>
{% endif %}