From 247fb41a901afccb2766c1ff1958967e4fff9580 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 16 Jan 2015 17:03:42 -0300 Subject: [PATCH] fix bugs when you have 0 wallets --- css/src/main.css | 2 +- views/includes/sidebar.html | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 3e3f0690a..824e9c039 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1335,7 +1335,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .black { background-color: #2C3E50; } - +.text-italic {font-style: italic;} .text-light {font-weight: 100;} .text-bold {font-weight: 700;} .text-gray {color: #8597A7;} diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 08d986bb6..ad85a547c 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -1,17 +1,22 @@
-
-
-
{{$root.wallet.getName() | limitTo: 1}}
+
+
+ You have no wallets
-
-
-
-
{{$root.wallet.getName()}}
-
-
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
+
+
{{$root.wallet.getName() | limitTo: 1}}
+
+
+
+
+
{{$root.wallet.getName()}}
+
+
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
-
-
    +