/**
 * @file
 * Commerce / account purchases: "My Events" listing, order-cancel message
 * and the checkout coupon pane.
 *
 * Attached on the My Events view and the Ubercart checkout via the
 * clubbing411_module/styles.commerce library.
 */

/* My Events view. */
div.view-my-events .views-field-nothing a {
  border-width: 2px;
  border-style: solid;
  padding: 3px;
}

div.view-my-events .view-content table {
  width: 100%;
  table-layout: fixed;
}

/* Order cancel confirmation message (CancelPurchaseConfirmForm). */
.event-cancel-message {
  margin-top: 6px;
  font-size: 0.9em;
  color: #2e7d32;
}

/* Checkout coupon pane. */
#edit-panes-payment-apply-coupon {
  margin-bottom: 20px;
}
