Skip to content

Commit

Permalink
fix(html): Fixed duplicate transaction table identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
beregovoy68 committed Aug 15, 2016
1 parent d6a7aca commit 3a45a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -1493,7 +1493,7 @@ input.tabs-radio:checked + label img {
.wB-buttons {
height: 22.5%;
}
#wHistory {
#full-transaction-history, #wallet-transaction-history {
display: none;
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h2>SEND PAYMENT</h2>
</div>


<div id="wHistory" class="wavesTable">
<div id="wallet-transaction-history" class="wavesTable">
<table>
<thead>
<div class="wTMainHeader">
Expand Down Expand Up @@ -747,7 +747,7 @@ <h1>DECENTRALIZED VOTING</h1>
<!-- HISTORY TAB -->
<div id="mBB-history" class="mBB-content">

<div id="wHistory" class="wavesTable">
<div id="full-transaction-history" class="wavesTable">
<table>
<thead>
<div class="wTMainHeader">
Expand Down

0 comments on commit 3a45a62

Please sign in to comment.