Add BasePaymentProvider.payment_control_render_short and use it on refund page

This commit is contained in:
Raphael Michel
2021-01-27 10:34:59 +01:00
parent f93c780e6a
commit 33b34f31d1
7 changed files with 100 additions and 44 deletions

View File

@@ -327,6 +327,9 @@ input[type=number].short {
label.label-empty {
pointer-events: none;
}
label.no-bold {
font-weight: normal;
}
label .optional {
color: $text-muted;
font-weight: normal;
@@ -501,11 +504,28 @@ table td > .checkbox input[type="checkbox"] {
}
}
.form-order-change {
.form-order-change, .form-refund-choose {
.row {
padding: 5px 0;
}
}
.form-refund-choose {
.payment-details {
max-width: 200px;
overflow: hidden;
dt {
float: none;
text-align: left;
font-weight: normal;
width: auto;
color: $text-muted;
}
dd {
margin-left: 0px;
word-break: break-word;
}
}
}
@media(max-width: $screen-xs-max) {
.nameparts-form-group {