diff --git a/static/css/log.css b/static/css/log.css index 3ed5fe7f..49497042 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -67,7 +67,7 @@ width: 1%; } -#log tr.ok td:nth-child(5) { +#log td:nth-child(5) { width: 100%; max-width: 0; @@ -75,20 +75,20 @@ text-overflow: ellipsis; } -#log tr.ok td:nth-child(5) code { +#log td:nth-child(5) code { font-family: "Lucida Console", Monaco, monospace; font-size: 11.7px; color: var(--text-muted); } -#log tr.missing td { - color: #a94442; -} - #log tr.flip { background: var(--log-flip-bg); } +#log tr.missing td { + color: #a94442; +} + #log tr.missing td:nth-child(4) { font-size: 12px; diff --git a/templates/front/log_row.html b/templates/front/log_row.html index cfc2a572..6b822faa 100644 --- a/templates/front/log_row.html +++ b/templates/front/log_row.html @@ -23,8 +23,7 @@ </tr> {% elif event.check_status %} <tr class="missing" data-dt="{{ event.created|timestamp }}"> - <td><span class="ic-missing"></span></td> - <td></td><td></td> + <td><span class="ic-missing"></span></td><td></td><td></td> <td colspan="2">{% include "front/event_summary.html" %}</td> </tr> {% elif event.new_status %}