From 6a33bbf16118b6c044731c4c34924054b291200d Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 8 May 2017 17:09:55 -0300 Subject: [PATCH] Fix styling for android --- src/sass/views/tab-receive.scss | 17 ++++++---------- www/views/tab-receive.html | 36 +++++++++++++++------------------ 2 files changed, 22 insertions(+), 31 deletions(-) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 847ad0d78..b4a0d947d 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -2,24 +2,20 @@ @extend .deflash-blue; .address { background: #fff; - overflow: scroll; + overflow: auto; height: 100%; &-info { - padding: 10% 0 18% 0; + padding: 12% 0 20% 0; + text-align: center; .address-label { margin-top: 5%; font-size: 13px; } - .qr { - position: relative; - top: 15%; - } .request-button { padding-top: 20px; } } .incomplete { - height: 100%; .title { padding-top: 10%; font-size: 25px; @@ -32,9 +28,6 @@ margin-top: 10%; text-align: center; } - .button { - margin: 10%; - } } } .backup { @@ -44,8 +37,10 @@ cursor: pointer; background-color: orange; color: #fff; + text-align: center; + padding: 5px 0; i { - padding: 10px; + margin: 0 10px; } } .wallet-selector { diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html index 8ae0cdde8..3612ec51c 100644 --- a/www/views/tab-receive.html +++ b/www/views/tab-receive.html @@ -19,32 +19,28 @@
-
-
-
- - - - -
- {{addr}} - -
-
-
- -
+
+ + + + +
+ {{addr}} +
+
+ +
-
- Wallet not backed up -
+ + Wallet not backed up +