From 0a2718eeaa37eab75027f8511eb791ffb5bc285a Mon Sep 17 00:00:00 2001 From: bechi Date: Mon, 30 Nov 2015 11:34:33 -0300 Subject: [PATCH] fix button on small device --- public/views/backup.html | 30 +++++++++++++----------------- src/css/main.css | 9 +++++++-- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index 621d20cb9..b6df0b9ec 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -84,7 +84,7 @@ -
+
@@ -110,7 +110,7 @@ -->
-
+
Confirm your wallet seed

Please tap the words in order to confirm your backup phrase is correctly written. @@ -118,7 +118,7 @@

-
+
@@ -200,30 +200,26 @@
-
-
Backup failed
+
Backup failed

Failed to verify backup. Please check your information

+
+
+ You can safely install your wallet on another device and use it from multiple devices at the same time. + + Learn more about Copay backups + +
+
- -
-
-
- You can safely install your wallet on another device and use it from multiple devices at the same time. - - Learn more about Copay backups - -
-
-
diff --git a/src/css/main.css b/src/css/main.css index 59eac4d29..9dd839587 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -395,11 +395,12 @@ ul.tx-copayers { } .backup .button-box { - position: absolute; + background: #F1F3F5; + position: fixed; bottom: 0; left: 0; width: 100%; - padding: 1.5rem 1rem; + padding: 0.5rem 1rem 1rem; z-index: 9999; } @@ -411,6 +412,10 @@ ul.tx-copayers { border-bottom: 1px solid #A5B2BF; } +.extra-padding-bottom { + padding-bottom: 78px; +} + .date-message { background-color: #213140; border-radius: 3px;