diff --git a/css/src/desktop.css b/css/src/desktop.css index 8b1b34249..be2e39728 100644 --- a/css/src/desktop.css +++ b/css/src/desktop.css @@ -172,3 +172,12 @@ a.text-warning:hover {color: #FD7262;} background: #ddd; } +.reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover { + background-color: #7A8C9E; + color: #fff; +} + +.last-transactions-content.active:hover { + background-color: #E4E8EC; +} + diff --git a/css/src/main.css b/css/src/main.css index cb24573a4..f968155da 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -435,10 +435,6 @@ ul.tx-copayers { background-color: #F5F7F8; } -.last-transactions-content.active:hover { - background-color: #E4E8EC; -} - .sign-action { background: #E4E8EC; width: 100%; @@ -803,7 +799,7 @@ input[type=number]::-webkit-outer-spin-button { background-color: #A02F23; } -.txp-popup .header { +.header-modal { background: #F3F5F6; width: 100%; padding: 0.8rem; @@ -1625,7 +1621,3 @@ input.ng-invalid-match, input.ng-invalid-match:focus { border-radius: 3px; } -.reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover { - background-color: #7A8C9E; - color: #fff; -} diff --git a/css/src/mobile.css b/css/src/mobile.css index 81134430a..94e709756 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -294,14 +294,5 @@ padding: 15px; } - .button-popup { - position: fixed; - bottom: 0; - left: 0; - width: 100%; - background-color: #F3F5F6; - padding: 1rem 0; - } - } diff --git a/js/controllers/walletForPayment.js b/js/controllers/walletForPayment.js index bbb40cc22..5bdaa50a6 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: 'tiny', + windowClass: 'small', controller: ModalInstanceCtrl, }); diff --git a/views/includes/transaction.html b/views/includes/transaction.html index d8536f055..672a85b3d 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -12,7 +12,6 @@ -
diff --git a/views/modals/txp-details.html b/views/modals/txp-details.html index 1bc60289e..9f988fca0 100644 --- a/views/modals/txp-details.html +++ b/views/modals/txp-details.html @@ -1,5 +1,5 @@ -
-
+
+
@@ -10,10 +10,9 @@ -
-
+
{{out.value}} {{$root.wallet.settings.unitName}}
@@ -21,80 +20,79 @@ {{out.alternativeAmount}} {{out.alternativeIsoCode}}
-
+ +
-
-
-

Bechilandia@gmail.com

-
- -
-
-
- {{tx.comment}} +
+
+

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

+
+
- -
-
-

Merchant Message:

-
- Expires: {{tx.merchant.expirationDate | amTimeAgo }} -
-
-
- {{tx.merchant.pr.pd.memo}} -
-
- -
- Signatures: -
    -
  • - - - - - - - - - {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} -
  • -
-
-
- -
-
- -
- - {{error}} - - × -
- -
-
- -
-
- -
+
+ {{tx.comment}} +
+
+ +
+
+

Merchant Message:

+
+ Expires: {{tx.merchant.expirationDate | amTimeAgo }} +
+
+
+ {{tx.merchant.pr.pd.memo}} +
+
+ +
+ Signatures: +
    +
  • + + + + + + + + + {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} +
  • +
+
+ +
+
+ +
+ + {{error}} + + × +
+ +
+
+ +
+
+