From 7f40490d0b65b6618fc1883112841a3c20d8ab5f Mon Sep 17 00:00:00 2001 From: Marty Alcala Date: Tue, 11 Oct 2016 18:24:01 -0400 Subject: [PATCH] better style proposal deletion help text --- src/sass/views/includes/txp-details.scss | 9 +++------ www/views/modals/txp-details.html | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index af6e44e5d..44d2a9964 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -201,11 +201,8 @@ } } } - .accept-slide { - position: fixed; - bottom: 0; - width: 100%; - height: 100px; - background-color: #f5f5f5; + .proposal-deletion-help { + color: $item-label-color; + padding: 1rem 2rem; } } diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index 4671eb46c..080519a96 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -182,7 +182,7 @@ Click to accept
-
+
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.