Sha256: 0ab1a38b48c6937eb6e53f0deeb5dc786a267d9b6c642e30758573736f6d16cd
Contents?: true
Size: 1.4 KB
Versions: 13
Compression:
Stored size: 1.4 KB
Contents
.effective-order { table { .quantity { width: 0%; } .price { text-align: right; padding-left: 2rem; } tfoot { th, td { border: none; text-align: right; white-space: nowrap; } // This is the first column th { width: 100%; } tr.single-line { td { border-top: solid 1px; } } tr.double-line { td { border-top: double 4px; } } .amount-owing { font-style: italic; } .total { font-style: italic; } } } } // Print - Resend Receipt. Ontop of order. .effective-order-actions { text-align: right; margin-bottom: 0.5rem; } .effective-order-change-items { text-align: right; margin-bottom: 1rem; } .effective-order-admin-purchase-actions { margin-top: 0.5rem; } form.new_effective_order { .checkbox { margin-top: 30px; } .remove-nested-fields { margin-top: 30px; } a.remove_fields.dynamic { float: right; } } .effective-moneris-checkout { height: 560px; } @media print { .effective-orders-page-content { display: none; } .effective-order-actions { display: none; } .effective-order-purchase-actions { display: none; } .effective-order-admin-purchase-actions { display: none; } .effective-order-admin-logs { display: none; } .effective-heading { display: none; } .effective-admin-heading { display: none; } .effective-order-internal-note-form { display: none; } }
Version data entries
13 entries across 13 versions & 1 rubygems