You are here

commerce-product.css in Inline Entity Form 7

.ief-product-attributes .fieldset-wrapper {
  margin-top: 15px;
}
.ief-product-attributes .fieldset-wrapper > div {
  margin-right: 20px;
}

.ief-product-details .field-type-commerce-price .form-item {
  margin-right: 15px;
}

File

theme/commerce-product.css
View source
  1. .ief-product-attributes .fieldset-wrapper {
  2. margin-top: 15px;
  3. }
  4. .ief-product-attributes .fieldset-wrapper > div {
  5. margin-right: 20px;
  6. }
  7. .ief-product-details .field-type-commerce-price .form-item {
  8. margin-right: 15px;
  9. }