Sha256: 089845dd6f6834be65ab889c98529f23d53e3dc045513527619ad5045ceaad4f

Contents?: true

Size: 1.55 KB

Versions: 12

Compression:

Stored size: 1.55 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: 720px;
}

.effective-deluxe-checkout {
  #deluxeCheckout { height: 280px; }
}

.effective-deluxe-delayed-checkout {
  #deluxeDelayedCheckout { height: 280px; }
}

@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

12 entries across 12 versions & 1 rubygems

Version Path
effective_orders-6.14.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.14.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.14.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.13.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.13.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.13.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.13.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.12.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.12.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.12.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.12.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-6.12.0 app/assets/stylesheets/effective_orders/_order.scss