diff --git a/css/main.css b/css/main.css index 4daccfde7..c898be077 100644 --- a/css/main.css +++ b/css/main.css @@ -21,6 +21,15 @@ html, body {height: 100%;} padding-bottom: 28px !important; } +.panel.input { + padding: 0.7rem 1rem; + margin-bottom: 0; + border-radius: 5px; + background: #F8F8F8; + -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10); + box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10); +} + #footer { position: fixed; margin-top: -96px; /* negative value of footer height */ @@ -113,7 +122,7 @@ html, body {height: 100%;} } .panel { - padding: 0.7rem 1rem; + /* padding: 0.7rem 1rem; */ border:0; } @@ -240,7 +249,8 @@ small.has-error { .new-address { width: 220px; } - + + hr { margin: 2.25rem 0;} [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { @@ -248,7 +258,7 @@ hr { margin: 2.25rem 0;} } .dn {display: none;} .pr {position: relative;} -.m0 {margin: 0;} +.m0 {margin: 0 !important;} .db {display: block;} .size-12 { font-size: 12px; } .size-14 { font-size: 14px; } @@ -262,6 +272,7 @@ hr { margin: 2.25rem 0;} .size-72 { font-size: 72px; } .m10t {margin-top: 10px;} .m10b {margin-bottom: 10px;} +.m15b {margin-bottom: 20px !important;} .m10r {margin-right: 10px;} .m10 {margin: 10px !important;} .m15 {margin: 15px !important;} diff --git a/css/tpl-default.css b/css/tpl-default.css index c4d5c5bd4..cecd125c4 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -34,7 +34,7 @@ } body { - background: #F5F5F5; + background: #F8F8FB; } .logo { @@ -48,7 +48,7 @@ body { } .top-bar-section li.active:not(.has-form) a:not(.button) { - background: #f5f5f5; + background: #F8F8FB; color: #111; } @@ -268,7 +268,7 @@ button[disabled].warning:focus, color: #E6E6E6; } -.text-gray { color: #999;} +.text-gray { color: #999 !important;} #footer { background: #2C3E50; diff --git a/index.html b/index.html index 154a19ac0..92ca3f2a6 100644 --- a/index.html +++ b/index.html @@ -72,14 +72,11 @@
-
- - -
- -
+
+
+ Note: Your wallet is not complete yet. {{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are @@ -89,13 +86,24 @@ missing.
+
-
- Share this secret with your other copayers for them to join your wallet
-
-
- {{$root.wallet.getSecret()}} +
+

Share this secret with your other copayers + for them to join your wallet +

+
+
+
+

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

+
+
+
+
{{$root.getWalletDisplay()}}
+

{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} wallet

+
+