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 %} {% if count %}
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif;"> <td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif;">
{{ count }} outage{{ count|pluralize }} {{ count }} outage{{ count|pluralize }}
<span style="font-size: 12px"> <br />
<br /> {{ seconds|hc_approx_duration }} total
({{ seconds|hc_approx_duration }} total)
</span>
</td> </td>
{% else %} {% 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! All good!
</td> </td>
{% endif %} {% endif %}