diff --git a/css/src/mobile.css b/css/src/mobile.css index 9deb53219..f4f0bb509 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -122,13 +122,13 @@ display: block; float: none; margin: 0 auto; - width: 210px; - height: 210px; + width: 160px; + height: 160px; } .panel qrcode canvas { - width: 200px; - height: 200px; + width: 150px; + height: 150px; } .addresses .panel { diff --git a/views/addresses.html b/views/addresses.html index ac0ea08f0..937dc186b 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -7,10 +7,10 @@
-
-
-
-
+
+
+
+
  @@ -18,22 +18,30 @@ change
-
- - - - change -
-
+
- - {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} - +

+ {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

-
+
+ +
+ + change +
+
+

+ +

+

+ {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

+
+
@@ -45,5 +53,4 @@
-
diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index 13d5635fc..5f7d990c3 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -1,20 +1,22 @@
- +
-

{{address.address}}

+

{{address.address}}

-

+

{{address.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}

-

- +
+ + + Open in external application + +
× diff --git a/views/send.html b/views/send.html index 83e00d8f4..3208dce3b 100644 --- a/views/send.html +++ b/views/send.html @@ -181,9 +181,9 @@ Label Address - Creator - Date -   + Creator + Date +   @@ -191,10 +191,10 @@ ng-repeat="(addr, info) in $root.wallet.addressBook" ng-class="{'addressbook-disabled': info.hidden}"> {{info.label}} - {{addr}} - {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - - {{info.hidden ? + {{addr}} + {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} + + {{info.hidden ? 'Enable' : 'Disable'}}