- Update styles
- Reverse CSV array for transactions log
This commit is contained in:
@@ -126,6 +126,8 @@ function vaultTxns($csv) {
|
|||||||
|
|
||||||
$output .= ' <tbody>';
|
$output .= ' <tbody>';
|
||||||
|
|
||||||
|
$csv = array_reverse($csv);
|
||||||
|
|
||||||
foreach ($csv as $entry) {
|
foreach ($csv as $entry) {
|
||||||
if ($entry[2] == 'Vault withdraw') {
|
if ($entry[2] == 'Vault withdraw') {
|
||||||
$class = 'debit';
|
$class = 'debit';
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
background: #000;
|
||||||
|
color: #fff;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
@@ -16,7 +18,7 @@ body {
|
|||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {width: 100%; }
|
table { color: #000; width: 100%; }
|
||||||
|
|
||||||
table, tr, td {
|
table, tr, td {
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
@@ -24,6 +26,8 @@ table, tr, td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
thead td {
|
thead td {
|
||||||
|
background: #ccc;
|
||||||
|
color: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .15em 1em;
|
padding: .15em 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user