From 1325990726177b2d91227f64e05be103e23fd50b Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 15 Sep 2016 13:04:09 -0700 Subject: css - smaller balance warning --- ui/app/components/pending-tx.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 94d780590..57852010e 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -48,7 +48,12 @@ PendingTx.prototype.render = function () { `), insufficientBalance ? - h('span.error', { style: { marginLeft: 36 } }, 'Insufficient balance for transaction.') + h('span.error', { + style: { + marginLeft: 50, + fontSize: '0.9em', + }, + }, 'Insufficient balance for transaction') : null, // send + cancel -- cgit v1.2.3