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;