You are here

uc_attribute.css in Ubercart 6.2

Same filename and directory in other branches
  1. 5 uc_attribute/uc_attribute.css

Styles for uc_attribute module.

File

uc_attribute/uc_attribute.css
View source
  1. /**
  2. * @file
  3. * Styles for uc_attribute module.
  4. */
  5. .options {
  6. display: inline;
  7. }
  8. table.product_attributes tr.draggable .form-item {
  9. display: inline;
  10. white-space: normal;
  11. }
  12. #option-key td:first-child {
  13. width: 26%;
  14. }
  15. .combinations td:first-child,
  16. .combinations td:first-child + td {
  17. width: 12%;
  18. }