mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-03 12:25:31 +00:00
Clean up CSS
This commit is contained in:
parent
27c065230a
commit
71e8112c95
2 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue