summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-04 11:48:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-04 11:48:57 +0200
commit0697c987c5314232056a86fa128b518c866d2f12 (patch)
tree330f9fc47df51cd452bd750ebee523dc45649334
parent91549d39929195add3f76544989d65f22b9296ea (diff)
downloadwallet-core-0697c987c5314232056a86fa128b518c866d2f12.tar.gz
wallet-core-0697c987c5314232056a86fa128b518c866d2f12.tar.bz2
wallet-core-0697c987c5314232056a86fa128b518c866d2f12.zip
version 0.6.10
-rw-r--r--content_scripts/notify.ts1
-rw-r--r--manifest.json4
-rw-r--r--style/wallet.css4
3 files changed, 5 insertions, 4 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index e4adaa3db..2c71efc2e 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -284,6 +284,7 @@ namespace TalerNotify {
});
addHandler("taler-payment-succeeded", (msg: any, sendResponse: any) => {
+ console.log("got taler-payment-succeeded");
sendResponse();
});
diff --git a/manifest.json b/manifest.json
index ce36daf49..51fbdd259 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"description": "Privacy preserving and transparent payments",
"manifest_version": 2,
"name": "GNU Taler Wallet (git)",
- "version": "0.6.9",
- "version_name": "0.0.1-pre5",
+ "version": "0.6.10",
+ "version_name": "0.0.1-pre6",
"applications": {
"gecko": {
diff --git a/style/wallet.css b/style/wallet.css
index c33840227..4609a1f96 100644
--- a/style/wallet.css
+++ b/style/wallet.css
@@ -41,11 +41,11 @@ aside {
}
section#main {
- margin: 0 0 0 100px;
+ margin: auto;
padding: 20px;
border-left: 1px solid black;
height: 100%;
- max-width: 40em;
+ max-width: 50%;
}
section#main h1:first-child {