diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-02-15 15:53:59 +0100 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-02-15 15:53:59 +0100 |
| commit | 0c760bc2a1459cc7ec7fd22ae39ca0a8201df9b5 (patch) | |
| tree | 5f36206aff29a0204527550ebeebe0c8eaafbb6b /extension/style | |
| parent | 526e88695f6c8a2b3dea4b9befeb2a85ba00b66b (diff) | |
UI improvements and error handling
Diffstat (limited to 'extension/style')
| -rw-r--r-- | extension/style/wallet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/style/wallet.css b/extension/style/wallet.css index 9f7a7b525..39d87b8f5 100644 --- a/extension/style/wallet.css +++ b/extension/style/wallet.css @@ -102,6 +102,10 @@ button { padding: 0.5em; } +button.confirm-pay { + float: right; +} + /* We use fading to hide slower DOM updates */ .fade { -webkit-animation: fade 0.7s; |
