0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-18 02:32:33 +00:00

Clean up CSS

This commit is contained in:
Pēteris Caune 2024-04-10 09:52:58 +03:00
parent 27c065230a
commit 71e8112c95
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 7 additions and 8 deletions
static/css
templates/front

View file

@ -67,7 +67,7 @@
width: 1%; width: 1%;
} }
#log tr.ok td:nth-child(5) { #log td:nth-child(5) {
width: 100%; width: 100%;
max-width: 0; max-width: 0;
@ -75,20 +75,20 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#log tr.ok td:nth-child(5) code { #log td:nth-child(5) code {
font-family: "Lucida Console", Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size: 11.7px; font-size: 11.7px;
color: var(--text-muted); color: var(--text-muted);
} }
#log tr.missing td {
color: #a94442;
}
#log tr.flip { #log tr.flip {
background: var(--log-flip-bg); background: var(--log-flip-bg);
} }
#log tr.missing td {
color: #a94442;
}
#log tr.missing td:nth-child(4) { #log tr.missing td:nth-child(4) {
font-size: 12px; font-size: 12px;

View file

@ -23,8 +23,7 @@
</tr> </tr>
{% elif event.check_status %} {% elif event.check_status %}
<tr class="missing" data-dt="{{ event.created|timestamp }}"> <tr class="missing" data-dt="{{ event.created|timestamp }}">
<td><span class="ic-missing"></span></td> <td><span class="ic-missing"></span></td><td></td><td></td>
<td></td><td></td>
<td colspan="2">{% include "front/event_summary.html" %}</td> <td colspan="2">{% include "front/event_summary.html" %}</td>
</tr> </tr>
{% elif event.new_status %} {% elif event.new_status %}