Restyle floData container

This commit is contained in:
Sky Young 2018-05-18 15:43:14 -07:00
parent 4eba927ded
commit c7aa861a3b
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "flosight-ui",
"description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.",
"version": "5.0.0-beta.51",
"version": "5.0.0-beta.54",
"repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -209,11 +209,11 @@
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }}</span>
</div>
</div>
<div class="line-top row">
<div class="col-12 container">
<div class="well well-sm">
<div class="line-top row" style="margin-top: 15px;" data-ng-hide="tx.floData === ''">
<div class="col-12">
<div class="well well-sm" style="margin: 0px 10px">
<strong>floData</strong>
<span class="text-muted ng-binding">{tx.floData}</span>
<span class="text-muted ng-binding">{{tx.floData}}</span>
<span class="btn-copy" clip-copy="tx.floData"></span>
</div>
</div>