QR style changes

This commit is contained in:
bechi 2014-07-30 11:41:55 -03:00
commit 010c13fa4f
3 changed files with 27 additions and 7 deletions

View file

@ -11,7 +11,7 @@
<h3>Share this secret with your other copayers</h3>
<div class="panel">
<qrcode size="250" data="{{$root.wallet.getSecret()}}"></qrcode>
<div class="secret" class="ellipsis text-gray size-14">{{$root.wallet.getSecret()}}</div>
<div class="secret text-gray size-14">{{$root.wallet.getSecret()}}</div>
<div style="clear:both;"></div>
</div>
</div>