From 88a73a92e9817757ff0747c2897de3b441b575d2 Mon Sep 17 00:00:00 2001 From: Bechi Date: Fri, 9 May 2014 12:29:00 -0300 Subject: [PATCH] fix notification + details --- css/tpl-default.css | 19 +++++++++++++------ index.html | 37 +++++++++++++++++-------------------- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/css/tpl-default.css b/css/tpl-default.css index cecd125c4..67da29d74 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -95,6 +95,7 @@ body { .panel { color: #333; background: #FFFFFF; + border: 1px solid #EFEFEF; } .transactions .panel { @@ -141,14 +142,20 @@ a.box-backup:hover i, a.box-backup:hover p { } .alert-box.success { - background-color: #1ABC9C; - border-color: #16A085; + background-color: #CDEFE6; + color: #16A085; + border:none; +} +.alert-box.info { + background-color: #DEE6EF; + border:none; + color: #2C3E50; } .alert-box.error { - background-color: #C0392A; - border-color: #C0392A; - color: #fff; + background-color: #E8D7D7; + border:none; + color: #C0392B; } .text-warning { @@ -163,7 +170,7 @@ small.has-error { color: #f04124; } -.panel.radius { +.radius { -webkit-border-radius: 10px; border-radius: 10px; } diff --git a/index.html b/index.html index 775153ea2..83fff6a28 100644 --- a/index.html +++ b/index.html @@ -74,18 +74,15 @@
- -
- - Note: Your wallet is not complete yet. - - {{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are - - - One key is - - missing. -
+ + Note: Your wallet is not complete yet. + + {{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are + + + One key is + + missing.
@@ -93,12 +90,12 @@ for them to join your wallet
-
-
+
+

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

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

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

@@ -164,7 +161,7 @@
-