diff --git a/css/main.css b/css/main.css index c81640c30..2aeba23e7 100644 --- a/css/main.css +++ b/css/main.css @@ -169,6 +169,11 @@ a:hover { padding: 0.2rem 0.4rem; } +.waiting { + border: 2px solid #fff; +} + + .online { border: 2px solid #1ABC9C; } @@ -302,11 +307,7 @@ a:hover { } .button-setup a:hover { - background: #fff; -} - -.button-setup a:hover h1 { - color: #34495E; + background: #3C4E60; } .footer-setup { @@ -319,6 +320,7 @@ a:hover { .dn {display: none;} .pr {position: relative;} +.pa {position: absolute;} .m0 {margin: 0;} .db {display: block;} .size-12 { font-size: 12px; } @@ -334,20 +336,25 @@ a:hover { .m5t {margin-top: 5px;} .m10t {margin-top: 10px;} .m5b {margin-bottom: 5px;} +.m5r {margin-right: 5px;} .m10b {margin-bottom: 10px;} .m15b {margin-bottom: 20px;} .m10r {margin-right: 10px;} .m15l {margin-left: 15px;} +.m15t {margin-top: 15px;} .m20r {margin-right: 20px;} +.m15r {margin-right: 15px;} .m20t {margin-top: 20px;} .m10 {margin: 10px;} .m15 {margin: 15px;} +.m15h {margin: 0 15px;} .p10t {padding-top: 10px;} .p0r {padding-right: 0;} .p70r {padding-right: 70px;} .p70l {padding-left: 70px;} .p5h {padding: 0 5px;} .p20h {padding: 0 20px;} +.p15 {padding:15px;} .p20 {padding:20px;} .p10 {padding:10px;} .m30v {margin: 30px 0;} @@ -596,6 +603,8 @@ input[type=number]::-webkit-outer-spin-button { color: #B4D455; } +.success {background-color: #1ABC9C !important;} + p.dr-notification-text { margin-top: -5px; font-size: 12px; @@ -798,9 +807,9 @@ button[disabled].white:focus, } .video-box { - width: 90px; + width: 70px; text-align: center; - margin-right: 10px; + margin-right: 20px; padding-bottom: 5px; float: left; } @@ -856,7 +865,8 @@ input.ng-invalid-match, input.ng-invalid-match:focus { overflow-y: hidden; } -.text-gray {color: #8597A7;} +.text-light {font-weight: 100;} +.text-gray {color: #8597A7 !important;} .text-primary {color: #1ABC9C;} .text-secondary {color: #3498DB;} .text-white {color: #fff;} @@ -886,4 +896,10 @@ a.text-white:hover {color: #ccc;} top: 40%; } +.box-setup .panel { + background-color: #2C3E50; + padding: 0.5rem; + border: 0; +} + /*-----------------------------------------------------------------*/ diff --git a/views/includes/copayers.html b/views/includes/copayers.html index d331b2b29..41e3f5f2c 100644 --- a/views/includes/copayers.html +++ b/views/includes/copayers.html @@ -1,62 +1,95 @@
-
-

Share this secret with your other copayers

-
-

{{$root.wallet.getSecret()}}

+ -

- New Wallet Created -

-

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

-

- {{$root.wallet.getName()}} - - {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} -

- - {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} wallet - -
- -
- Waiting for other copayers to join -
+
+
+
+

Waiting copayers

+

Share this secret with your other copayers

+
+

{{$root.wallet.getSecret()}}

+
+
+

New Wallet Created

+
+
+

Download Backup

+
+
+ + {{$root.wallet.getName()}} : + {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} + +
+
+
+
+

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

+
+
+ + {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} wallet + +
+
-
- Waiting for other - copayers to make a Backup -
+
+
+
+ {{copayer.nick}} +

+ + Waiting... +

+
+
- Download seed backup - - +
+ Waiting for other + copayers to make a Backup +
+ +
+ Download seed backup + + +
+
+
+
diff --git a/views/includes/video.html b/views/includes/video.html index f752f6d64..09c7132e7 100644 --- a/views/includes/video.html +++ b/views/includes/video.html @@ -7,20 +7,21 @@ ng-src="{{getVideoURL(copayer)}}"> {{copayer}} + alt="{{copayer}}" + width="70">
- you - {{copayer.nick}} + you + {{copayer.nick}}
-
+
Backup ready
diff --git a/views/setup.html b/views/setup.html index e29748ac4..a8e89f89c 100644 --- a/views/setup.html +++ b/views/setup.html @@ -32,7 +32,7 @@ class='size-12'>Tip: Use lower and uppercase, numbers and symbols" tooltip-trigger="focus" required - tooltip-placement="bottom"> + tooltip-placement="left">