uc_payment-rtl.css 595 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * @file
  3. * RTL Styles for uc_payment module.
  4. */
  5. .payment-details-cod .form-item {
  6. float: right;
  7. padding-right: inherit;
  8. padding-left: 5px;
  9. }
  10. .payment-details-credit label {
  11. clear: right;
  12. float: right;
  13. }
  14. .payment-details-credit input,
  15. .payment-details-credit select {
  16. float: right;
  17. }
  18. .payment-details-credit .field-suffix {
  19. float: right;
  20. }
  21. img.uc-2checkout-logo {
  22. left: auto;
  23. right: 2.2em;
  24. }
  25. #line-items-div {
  26. float: left;
  27. margin: 0 1em 1em 0;
  28. }
  29. #uc-payment-by-order-form .form-type-item {
  30. float: right;
  31. }
  32. #uc-payment-by-order-form table {
  33. clear: right;
  34. }