From aa8ce194f50be2e521c11bb1a3f5171a8d92f2d5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 18 Mar 2018 15:02:07 +0100 Subject: [website] Some minor updates and fixes to the website order page. --- website/resources/css/custom.css | 6 ++++++ website/resources/js/supporters.js | 4 ++-- website/templates/order-license.html | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'website') diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index 674d341c..f81a3dd9 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -30,6 +30,12 @@ width: 280px; } +.orderDetails { + font-style: italic; + font-size: 10px; + margin-top: 20px; +} + .formErr { color: #FF7777; } diff --git a/website/resources/js/supporters.js b/website/resources/js/supporters.js index 5f21c79c..11f77640 100644 --- a/website/resources/js/supporters.js +++ b/website/resources/js/supporters.js @@ -73,8 +73,8 @@ if (!showName) a.empty(); ji.css("width", wt + "px"); ji.css("height", ht + "px"); - ji.attr("alt", n); - ji.attr("title", n); + ji.attr("alt", n.text()); + ji.attr("title", n.text()); a.prepend(ji); }; i.src = 'files/' + this.logo; diff --git a/website/templates/order-license.html b/website/templates/order-license.html index 91693c0a..a364fc79 100644 --- a/website/templates/order-license.html +++ b/website/templates/order-license.html @@ -143,7 +143,8 @@ -
If you run into issues with the order form, or you have any other questions, please send us an email at orders@projectlombok.org
+
If you run into issues with the order form, or you have any other questions, please send us an email at orders@projectlombok.org. You can cancel your subscription at any time.
+
Our EU VAT number: NL858105378B01

-- cgit