From c824ff6fa56200e39e2a1a5b8a52a236dca676c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 21 Sep 2016 12:16:50 -0300 Subject: [PATCH] add buttons for no cordova devices --- public/views/confirm.html | 3 ++- public/views/modals/txp-details.html | 1 + src/sass/views/confirm.scss | 4 ++++ src/sass/views/includes/txp-details.scss | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/public/views/confirm.html b/public/views/confirm.html index 80f6c504d..9dc6c42f8 100644 --- a/public/views/confirm.html +++ b/public/views/confirm.html @@ -49,5 +49,6 @@ - + + diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 330338d26..e551c6294 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -161,5 +161,6 @@ + diff --git a/src/sass/views/confirm.scss b/src/sass/views/confirm.scss index 556301f5d..892fa9161 100644 --- a/src/sass/views/confirm.scss +++ b/src/sass/views/confirm.scss @@ -14,4 +14,8 @@ height: 100px; background-color: #f5f5f5; } + .accept-button { + position: fixed; + bottom: 49px; + } } diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index 60aadee20..c05d42deb 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -63,4 +63,8 @@ height: 100px; background-color: #f5f5f5; } + .accept-button { + position: fixed; + bottom: 49px; + } }