diff --git a/css/src/main.css b/css/src/main.css index 0d1d26205..8a9430261 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1159,13 +1159,10 @@ a.text-warning:hover {color: #FD7262;} } .panel .secret { - line-height: 1.3rem; - padding-top: 4rem; float: left; margin-left: 2rem; overflow-wrap: break-word; word-wrap: break-word; - width: 55%; text-align: left; } diff --git a/views/copayers.html b/views/copayers.html index 1de46a3bc..9b3e81013 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -1,17 +1,18 @@
-
-
- -
+
+
- Step 3 -

Waiting copayers

-

Share this secret with your other copayers

+

+ Waiting copayers for + {{$root.wallet.getName()}} + {{$root.wallet.requiredCopayers}}-{{'of'|translate}}-{{$root.wallet.totalCopayers}} +

-
+
+

Share this secret with your other copayers

{{$root.wallet.getSecret()}}
@@ -33,21 +34,6 @@
-
-
-

- Waiting Copayers for {{$root.wallet.getName()}} -

-
-
-

- - {{$root.wallet.requiredCopayers}}-{{'of'|translate}}-{{$root.wallet.totalCopayers}} - -

-
-
-

@@ -131,7 +117,6 @@ ng-show="hideViewBackup" ng-click="skipBackup()" translate>Continue

-