prettify transaction log a bit

This commit is contained in:
Sonata Green 2016-08-20 15:38:27 -05:00
parent 0efe31e444
commit 6b97cc7f6a

View file

@ -211,4 +211,13 @@ input[type="text"], input[type="search"], textarea
{ {
margin-top: $spacing-vertical; margin-top: $spacing-vertical;
} }
} }
td.transaction_history, tr.transaction_history {
padding: 4px;
}
a.transaction_explorer_link {
color: $color-primary;
text-decoration: underline;
font-family: monospace;
}