From 3a45a6236b5017e248ebed215b35b91abf72dc8f Mon Sep 17 00:00:00 2001 From: beregovoy68 Date: Mon, 15 Aug 2016 18:01:53 +0300 Subject: [PATCH] fix(html): Fixed duplicate transaction table identifiers --- css/style.css | 6 +++--- index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index e172c6bf51..ce62ee4efb 100644 --- a/css/style.css +++ b/css/style.css @@ -733,7 +733,7 @@ input.tabs-radio:checked + label img { -webkit-transform: translate(-50%, -55%); transform: translate(-50%, -55%); } -#wHistory { +#full-transaction-history, #wallet-transaction-history { width: 100%; padding: .5rem; padding-bottom: 1rem; @@ -835,7 +835,7 @@ input.tabs-radio:checked + label img { opacity: 1; } } -#wHistory tbody, +#full-transaction-history tbody, #wallet-transaction-history tbody, #latestBlocksUnconfirmed, #latestBlocksTable { font-family: 'Lekton'; @@ -1493,7 +1493,7 @@ input.tabs-radio:checked + label img { .wB-buttons { height: 22.5%; } - #wHistory { + #full-transaction-history, #wallet-transaction-history { display: none; } } \ No newline at end of file diff --git a/index.html b/index.html index be109b6cc5..5199834157 100644 --- a/index.html +++ b/index.html @@ -653,7 +653,7 @@

SEND PAYMENT

-
+
@@ -747,7 +747,7 @@

DECENTRALIZED VOTING

-
+