From 97ca499308c504892a91535ced56b2995f2eb8a2 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 29 Sep 2014 15:42:46 -0300 Subject: [PATCH] fix copayer list in small devices --- css/src/mobile.css | 10 +++- views/includes/transaction.html | 89 +++++++++++++++++---------------- 2 files changed, 55 insertions(+), 44 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 62fe6f668..158b9f5b4 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -157,7 +157,15 @@ padding: 0 5px; } - table .icon-status { + table.last-transactions-content td { + text-align: center; + } + + table.last-transactions-content td.copayer-name { + text-align: left; + } + + table.last-transactions-content .icon-status { border-radius: 0; padding: 0.1rem 0.3rem; margin-bottom: 0; diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 047627147..75155adbf 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -49,7 +49,7 @@ -
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} + {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} @@ -105,55 +105,58 @@