You are here

uc_attribute.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_attribute/uc_attribute.css
.options {
  display: inline;
}

#option_key td:first-child {
  width: 26%;
}

.combinations td:first-child, .combinations td:first-child + td {
  width: 12%;
}

File

uc_attribute/uc_attribute.css
View source
  1. .options {
  2. display: inline;
  3. }
  4. #option_key td:first-child {
  5. width: 26%;
  6. }
  7. .combinations td:first-child, .combinations td:first-child + td {
  8. width: 12%;
  9. }