You are here

uc_quote.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 shipping/uc_quote/uc_quote.css
  2. 7.3 shipping/uc_quote/uc_quote.css
/* table.checkout-shipping {
  width: 50%;
}
 */
.form-item .description {
  /* Fix the inheritance from table rows. */
  white-space: normal;
}

.solid-border#quote {
  margin-top: 1em;
}

.quote-button {
  cursor: pointer;
  font-weight: bold;
  color: rgb(0, 0, 125);
}

img.icon {
  position: relative;
  top: 2px;
  margin-right: 2px;
  cursor: pointer;
}

.quote-error {
  display: inline;
}

.quote-notes {
  margin-left: 25px;
}

.node-form .product-shipping .form-text {
  display: inline;
  width: auto;
}

File

shipping/uc_quote/uc_quote.css
View source
  1. /* table.checkout-shipping {
  2. width: 50%;
  3. }
  4. */
  5. .form-item .description {
  6. /* Fix the inheritance from table rows. */
  7. white-space: normal;
  8. }
  9. .solid-border#quote {
  10. margin-top: 1em;
  11. }
  12. .quote-button {
  13. cursor: pointer;
  14. font-weight: bold;
  15. color: rgb(0, 0, 125);
  16. }
  17. img.icon {
  18. position: relative;
  19. top: 2px;
  20. margin-right: 2px;
  21. cursor: pointer;
  22. }
  23. .quote-error {
  24. display: inline;
  25. }
  26. .quote-notes {
  27. margin-left: 25px;
  28. }
  29. .node-form .product-shipping .form-text {
  30. display: inline;
  31. width: auto;
  32. }