Undo responsive table for reports (#444)

It was removed on purpose in fdb041c23b.
Instead just add a CSS rule to fix the table header.
This commit is contained in:
sfan5 2018-02-01 20:35:04 +01:00 committed by Arylide
parent 0fac1c820d
commit 418856a4bf
2 changed files with 5 additions and 1 deletions

View File

@ -480,6 +480,10 @@ body.dark .comment-panel:target {
border-color: white;
}
body.dark .table > table {
background-color: #323232;
}
/* trusted */
body.dark .torrent-list > tbody > tr.success > td {
color: inherit;

View File

@ -2,7 +2,7 @@
{% block title %}Reports :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
{% from "_formhelpers.html" import render_field %}
<div class="table-responsive">
<div class="table">
<table class="table table-bordered table-hover table-striped table-condensed">
<thead>
<tr>