kill search

This commit is contained in:
Robin Appelman 2024-12-07 00:11:41 +01:00
commit 72c4b6ee08
10 changed files with 413 additions and 117 deletions

View file

@ -0,0 +1,55 @@
div.event-search {
width: 700px;
input[type="text"] {
width: 100%;
margin-bottom: 10px;
}
}
table.event-list {
width: 100%;
border-collapse: collapse;
line-height: 34px;
table-layout: fixed;
tr.highlighted {
background: #3a3a3a;
}
td {
vertical-align: top;
padding: 0 3px;
}
.kill {
& .red {
color: #a75d50;
}
& .blue {
color: #5b818f;
}
td {
width: 45%;
}
td.kill-icon {
width: 60px;
img {
max-width: 60px;
max-height: 25px;
height: auto;
width: auto;
}
text-align: center;
}
td.kill-source {
text-align: right;
}
}
}