diff --git a/css/main.css b/css/main.css index b63ab76fd..62c46be8c 100644 --- a/css/main.css +++ b/css/main.css @@ -1026,4 +1026,28 @@ a.text-white:hover {color: #ccc;} text-align: left; } +/**** Copy to clipboard ****/ + +.btn-copy { + color: #9b9b9b; + display: inline-block; + height: 16px; + width: 16px; + outline: none; + vertical-align: sub; + background: transparent url('../img/icons/copy.png') center center no-repeat; +} + +.btn-copied { + display: inline-block; + width: auto; + color: #16A085; + font-weight: bold; + font-size: 11px; +} + +.btn-copy.zeroclipboard-is-hover { color: #000; } +.btn-copy.zeroclipboard-is-active { opacity: 1; } + + /*-----------------------------------------------------------------*/ diff --git a/css/mobile.css b/css/mobile.css index e57ce9e7d..12e34e065 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -115,5 +115,10 @@ float: none; margin: 0 auto; } + + .btn-copy { + display: none; + } + } diff --git a/views/copayers.html b/views/copayers.html index de32be126..e71e2d6c0 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -11,7 +11,10 @@

Share this secret with your other copayers

-
{{$root.wallet.getSecret()}}
+
+ {{$root.wallet.getSecret()}} + +
diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index ca80055e5..feb228ee2 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -1,6 +1,7 @@
-

{{address.address}}

+

{{address.address}}

+
diff --git a/views/send.html b/views/send.html index 3be526cf3..e80ccda0e 100644 --- a/views/send.html +++ b/views/send.html @@ -123,34 +123,34 @@
-
-

Address Book

-

Empty. Create an alias for your addresses

- - - - - - - - - - - - - - - - - +
+

Address Book

+

Empty. Create an alias for your addresses

+
LabelAddressCreatorDate 
{{info.label}}{{addr}}{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}}{{info.hidden ? - 'Enable' : 'Disable'}}
+ + + + + + + - -
LabelAddressCreatorDate 
- -
+ + + + {{info.label}} + {{addr}} + {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} + + {{info.hidden ? + 'Enable' : 'Disable'}} + + + + + diff --git a/views/transactions.html b/views/transactions.html index ddc18977f..0f38eef05 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -123,12 +123,13 @@
-
- - {{btx.txid}} - + -
+
first seen at