Skip to content

Commit

Permalink
Added links to usernames, and info pop up boxes that provide the post…
Browse files Browse the repository at this point in the history
… identifier of the posts involved in the exchange.
  • Loading branch information
ArtoLabs committed Sep 14, 2018
1 parent 5530fbe commit 2286986
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/templates/archivebox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
<div class="archivebox" style="margin: 0; float: left; width: 20%;">TIMESTAMP</div>
<div style="width: calc(75% - 200px); float: left;">
<div style="display: inline-block; margin: 0; margin-left: auto; margin-right: auto;">
<div class="archivebox" style="float: left;">ACCOUNT1</div>
<div class="tooltip" style="float: left;">
<div class="archivebox"><a href="https://steemit.com/@ACCOUNT1/IDENT1">@ACCOUNT1</a></div>
<span class="tooltiptext">IDENT1</span>
</div>
<div class="archivebox" style="float: left;">vs.</div>
<div class="archivebox" style="float: left;">ACCOUNT2</div>
<div class="tooltip" style="float: left;">
<div class="archivebox"><a href="https://steemit.com/@ACCOUNT2/IDENT2">@ACCOUNT2</a></div>
<span class="tooltiptext">IDENT2</span>
</div>
</div>
</div>
<div class="archivebox" style="margin: 0; float: right; width: 20%;">VOTEVALUE1 vs VOTEVALUE2</div>
Expand Down

0 comments on commit 2286986

Please sign in to comment.