You are here

commerce_payment.admin.css in Commerce Core 7

Administration styles for the Commerce Payment module.

Optimized for the Seven administration theme.

File

modules/payment/theme/commerce_payment.admin.css
View source
  1. /**
  2. * @file
  3. * Administration styles for the Commerce Payment module.
  4. *
  5. * Optimized for the Seven administration theme.
  6. */
  7. .views-field-operations .links.operations {
  8. text-transform: lowercase;
  9. margin-left: 0; /* LTR */
  10. }
  11. /**
  12. * Add styles for administrative payment transaction displays.
  13. */
  14. .views-field-status img.pending {
  15. position: relative;
  16. top: 3px;
  17. }
  18. .payment-totals-table {
  19. width: 33%;
  20. float: right; /* LTR */
  21. }
  22. .payment-totals-table tr.order-balance {
  23. background-color: #D3E9F4;
  24. font-weight: bold;
  25. }
  26. .payment-totals-table .total,
  27. .payment-totals-table .balance {
  28. text-align: right; /* LTR */
  29. }
  30. .add-payment .form-item-payment-method {
  31. float: left; /* LTR */
  32. }
  33. .add-payment .form-submit {
  34. float: left; /* LTR */
  35. margin: 5px;
  36. }
  37. .add-payment .ajax-progress .message {
  38. display: none;
  39. }
  40. .payment-terminal {
  41. clear: right; /* LTR */
  42. }
  43. .payment-terminal-amount div {
  44. display: inline;
  45. }
  46. table.payment-transaction td {
  47. vertical-align: top;
  48. }