Tweak table CSS

This commit is contained in:
Alex Cabal 2024-12-21 21:18:03 -06:00
parent 43e5de1cc2
commit 242f99f3b5
2 changed files with 12 additions and 8 deletions

View file

@ -17,7 +17,11 @@ legend{
width: 100%;
}
.payments thead{
.payments{
margin-top: 1rem;
}
.payments thead th{
font-weight: bold;
}

View file

@ -200,15 +200,15 @@ catch(Exceptions\InvalidPermissionsException){
<p>
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email ?? '') ?>">View all payments at Fractured Atlas</a>
</p>
<table class="payments">
<table class="data-table payments">
<thead>
<tr>
<td>Created</td>
<td>Recurring?</td>
<td>Gross</td>
<td>Fee</td>
<td>Net</td>
<td>Transaction ID</td>
<th>Created</th>
<th>Recurring?</th>
<th>Gross</th>
<th>Fee</th>
<th>Net</th>
<th>Transaction ID</th>
</tr>
</thead>
<tbody>