mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 01:29:31 +00:00
some css
This commit is contained in:
parent
22af03a42e
commit
c6555ccc63
@ -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.
|
||||
|
@ -3,7 +3,7 @@
|
||||
{{#d-modal closeModal=(action "closeModal") modalStyle="inline-modal" title=(i18n "discourse_patrons.payment.payment_confirmation")}}
|
||||
{{#d-modal-body}}
|
||||
<div class="discourse-patrons-section-columns">
|
||||
<div class="section-column">
|
||||
<div class="section-column discourse-patrons-confirmation-billing">
|
||||
<table class="discourse-patrons-confirmation">
|
||||
<tr>
|
||||
<td>{{i18n 'discourse_patrons.billing.name'}}</td>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user