mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Tweak table CSS
This commit is contained in:
parent
43e5de1cc2
commit
242f99f3b5
2 changed files with 12 additions and 8 deletions
|
@ -17,7 +17,11 @@ legend{
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.payments thead{
|
||||
.payments{
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.payments thead th{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue