From d8182c084c9adb1a54abb04e82c949e8087c2e17 Mon Sep 17 00:00:00 2001 From: Sonata Green Date: Sat, 20 Aug 2016 15:38:27 -0500 Subject: [PATCH] prettify transaction log a bit --- scss/_gui.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scss/_gui.scss b/scss/_gui.scss index 7f042b433..fc207d46e 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -211,4 +211,13 @@ input[type="text"], input[type="search"], textarea { margin-top: $spacing-vertical; } -} \ No newline at end of file +} + +td.transaction_history, tr.transaction_history { + padding: 4px; +} +a.transaction_explorer_link { + color: $color-primary; + text-decoration: underline; + font-family: monospace; +}