diff --git a/css/src/main.css b/css/src/main.css index 7507e291f..f968155da 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -799,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; 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/views/modals/txp-details.html b/views/modals/txp-details.html index 910060ef7..9f988fca0 100644 --- a/views/modals/txp-details.html +++ b/views/modals/txp-details.html @@ -1,101 +1,98 @@ -
-
-
-
- - - To: - - {{tx.merchant.domain}} - {{tx.merchant.domain}} - - +
+
+
+ + + To: + + {{tx.merchant.domain}} + {{tx.merchant.domain}} + + +
+ +
+
+ {{out.value}} {{$root.wallet.settings.unitName}}
- -
-
- {{out.value}} {{$root.wallet.settings.unitName}} -
- - {{out.alternativeAmount}} {{out.alternativeIsoCode}} - -
-
- -
- -
-
-

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

-
- -
-
-
- {{tx.comment}} + + {{out.alternativeAmount}} {{out.alternativeIsoCode}} +
+ +
-
-
-

Merchant Message:

-
- Expires: {{tx.merchant.expirationDate | amTimeAgo }} -
-
-
- {{tx.merchant.pr.pd.memo}} +
+
+

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

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