You are here

uc_quote.css in Ubercart 6.2

Same filename and directory in other branches
  1. 5 shipping/uc_quote/uc_quote.css
  2. 7.3 shipping/uc_quote/uc_quote.css

Styles for shipping quote cart and checkout panes.

File

shipping/uc_quote/uc_quote.css
View source
  1. /**
  2. * @file
  3. * Styles for shipping quote cart and checkout panes.
  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. color: rgb(0, 0, 125);
  14. cursor: pointer;
  15. font-weight: bold;
  16. }
  17. .quote-error {
  18. display: inline;
  19. }
  20. .quote-notes {
  21. margin-left: 25px;
  22. }
  23. .node-form .product-shipping .form-text {
  24. display: inline;
  25. width: auto;
  26. }