Sha256: f4dac04f8b2949ebef951988ecdfe95b337f38d8c0d77d2601b53223c8f9f65c

Contents?: true

Size: 1.13 KB

Versions: 75

Compression:

Stored size: 1.13 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; }
}

@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

75 entries across 75 versions & 1 rubygems

Version Path
effective_orders-4.5.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.5.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.5.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.10 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.9 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.8 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.7 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.6 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.5 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.4.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.3.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.3.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.3.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.2.7 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.2.6 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-4.2.5 app/assets/stylesheets/effective_orders/_order.scss