Sha256: df5cfa0cc17d830391a9fc788dfce26549b3b24cfe6567665c5b431fed377676

Contents?: true

Size: 1.21 KB

Versions: 14

Compression:

Stored size: 1.21 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: 10px;
}

// Checkout buttons. Bottom of order.
.effective-order-purchase-actions {
  text-align: right;

  > * {
    display: inline-block;
  }
}

.effective-order-admin-purchase-actions {
  margin-top: 10px;
}

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

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.2.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.2.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.2.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.1.7 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.1.6 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.1.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.1.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.1.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.0.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.0.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.0.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.0.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-3.0.0 app/assets/stylesheets/effective_orders/_order.scss