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}}
+
-
-
    +