Style fixes for tracker page

- Restore single search bar
- Restore cell borders
- Restore row highlighting on hover
- Utilize more vertical space
- Remove sorting arrows
This commit is contained in:
Chris Wilson
2020-07-25 02:07:52 -04:00
parent 789d0245cc
commit 3ea435c66c
5 changed files with 68 additions and 13 deletions

View File

@@ -9,6 +9,7 @@
{% endblock %}
{% block body %}
<div id="tracker-wrapper" data-tracker="{{ room.tracker }}">
<input placeholder="Search" id="search" />
{% for team, players in inventory.items() %}
<div class="table-wrapper">
<table class="table unique-item-table">
@@ -76,7 +77,7 @@
<th colspan="{{ colspan }}" class="center-column">{{ area }}</th>
{% endif %}
{% endfor %}
<th rowspan="2">Last<br>Activity</th>
<th rowspan="2" class="center-column">Last<br>Activity</th>
</tr>
<tr>
{% for area in ordered_areas %}