diff --git a/README.md b/README.md index d8e3629..cf85a08 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Many thanks to Chris Beach and Angus McLeod who helped on the previous version o ## TODOs * Add a description/message +* Confirm dialog CSS isn't the best. * Check against other themes (works ok with light and dark) * Validate the model properly. Not in the stripe component * Show the transaction on the thank you page. diff --git a/assets/javascripts/discourse/templates/components/donation-form.hbs b/assets/javascripts/discourse/templates/components/donation-form.hbs index 84115f3..dcfa501 100644 --- a/assets/javascripts/discourse/templates/components/donation-form.hbs +++ b/assets/javascripts/discourse/templates/components/donation-form.hbs @@ -3,7 +3,7 @@ {{#d-modal closeModal=(action "closeModal") modalStyle="inline-modal" title=(i18n "discourse_patrons.payment.payment_confirmation")}} {{#d-modal-body}}
{{i18n 'discourse_patrons.billing.name'}} | diff --git a/assets/stylesheets/common/discourse-patrons.scss b/assets/stylesheets/common/discourse-patrons.scss index b2bc121..54fcfb7 100644 --- a/assets/stylesheets/common/discourse-patrons.scss +++ b/assets/stylesheets/common/discourse-patrons.scss @@ -76,11 +76,16 @@ margin: 20px 0; } +.discourse-patrons-confirmation-billing { + margin-right: 40px; +} + .discourse-patrons-confirmation { width: 100%; td { padding: 10px; + white-space: nowrap; } }