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