aboutsummaryrefslogtreecommitdiff
path: root/extension/style/wallet.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-15 15:53:59 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-15 15:53:59 +0100
commit0c760bc2a1459cc7ec7fd22ae39ca0a8201df9b5 (patch)
tree5f36206aff29a0204527550ebeebe0c8eaafbb6b /extension/style/wallet.css
parent526e88695f6c8a2b3dea4b9befeb2a85ba00b66b (diff)
downloadwallet-core-0c760bc2a1459cc7ec7fd22ae39ca0a8201df9b5.tar.xz
UI improvements and error handling
Diffstat (limited to 'extension/style/wallet.css')
-rw-r--r--extension/style/wallet.css4
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;