From 2346721d75c5ca6ef567f51fec020904bf05657c Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 3 Dec 2015 17:34:32 -0300 Subject: [PATCH] fix modal contacts --- public/views/modals/destination-address.html | 16 ++++++++++------ src/css/mobile.css | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/public/views/modals/destination-address.html b/public/views/modals/destination-address.html index 1a2ff117d..3564ef868 100644 --- a/public/views/modals/destination-address.html +++ b/public/views/modals/destination-address.html @@ -84,14 +84,18 @@ ng-click="toggleSelectAddressbook(addr)">
- {{label}} -
{{addr}}
+ + +
+ {{label}} +
{{addr}}
+
-
  • - - - Add a new entry +
  • + + + Add a new entry ({{newAddress}})
  • diff --git a/src/css/mobile.css b/src/css/mobile.css index fcd1a96e6..fccefa6ad 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -297,7 +297,7 @@ a.missing-copayers { background: #2C3E50; } -.sidebar .icon { +.sidebar .icon, .modal-content .icon { width: 39px; text-align: center; margin-right: 15px;