diff --git a/css/src/mobile.css b/css/src/mobile.css index 4c8d88045..db6d641ec 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -120,10 +120,25 @@ padding: 1rem 0; } + .modal-mobile { + padding: 60px 0.5rem; + } + .reveal-modal { - padding: 0.5rem; + padding: 0; } + .reveal-modal .close-reveal-modal, dialog .close-reveal-modal { + padding: 0.8rem; + position: relative; + background: #E4E8EC; + top: 0; + right: 0; + line-height: 0; + color: #7A8C9E; + border-radius: 3px; + } + header { background-color: #2C3E50; height: 120px; diff --git a/index.html b/index.html index f237e4bf0..d91965be9 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@
-

+

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

diff --git a/js/controllers/walletForPayment.js b/js/controllers/walletForPayment.js index 95f0fe951..bf88b42c6 100644 --- a/js/controllers/walletForPayment.js +++ b/js/controllers/walletForPayment.js @@ -29,7 +29,7 @@ angular.module('copayApp.controllers').controller('walletForPaymentController', var modalInstance = $modal.open({ templateUrl: 'views/modals/walletSelection.html', - windowClass: 'small', + windowClass: 'tiny', controller: ModalInstanceCtrl, }); diff --git a/views/modals/address-book.html b/views/modals/address-book.html index c0d98d61c..819cd6623 100644 --- a/views/modals/address-book.html +++ b/views/modals/address-book.html @@ -1,4 +1,7 @@ -
+ +