Sha256: 8bc433598f5d5513685342530f3d9a76023de037213f7de5f397cd7231fa7b8f
Contents?: true
Size: 1.33 KB
Versions: 10
Compression:
Stored size: 1.33 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 { 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: 720px; } @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-heading { display: none; } .effective-admin-heading { display: none; } .effective-order-internal-note-form { display: none; } }
Version data entries
10 entries across 10 versions & 1 rubygems