Sha256: 5250cd7bffd61b22098c7c70ad1f65055c55b39db37f9764b7ddd9ad0fc9d9b3

Contents?: true

Size: 1.18 KB

Versions: 22

Compression:

Stored size: 1.18 KB

Contents

.effective-order {
  table {
    clear: both;
    margin-bottom: 25px;

    tfoot {
      > tr:first-child {
        border-top: 20px solid transparent;
      }

      th {
        border: none;
        text-align: right;
        padding-right: 65px;
      }

      td {
        text-align: right;
      }

      .actions { border: none; }
    }
  }

  .price { text-align: right; }
}

// 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

22 entries across 22 versions & 1 rubygems

Version Path
effective_orders-5.9.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.9.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.9.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.9.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.9.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.8.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.8.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.8.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.7.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.7.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.7.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.7.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.7.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.6.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.6.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.6.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.5.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.5.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.5.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-5.4.4 app/assets/stylesheets/effective_orders/_order.scss