You are here

inline_entity_form.css in Inline Entity Form 7

.ief-cardinality-count {
  text-align: right;
  font-size: 0.9em;
}

.ief-tabledrag-header {
  border-right: none;
}

.ief-sort-order-header {
  border-left: none;
}

.ief-first-column-header {
  border-left: none;
}

.ief-tabledrag-handle {
  padding-right: 0;
  width: 20px;
}

.ief-tabledrag-handle a.tabledrag-handle {
  padding-right: .5em;
}

fieldset.ief-entity-fieldset {
  margin: 0;
}

.ief-row-form > td {
  padding: 0;
}

.ief-row-form .ief-form-row {
  border-bottom: 10px solid #ccc;
  padding: 20px;
}

File

theme/inline_entity_form.css
View source
  1. .ief-cardinality-count {
  2. text-align: right;
  3. font-size: 0.9em;
  4. }
  5. .ief-tabledrag-header {
  6. border-right: none;
  7. }
  8. .ief-sort-order-header {
  9. border-left: none;
  10. }
  11. .ief-first-column-header {
  12. border-left: none;
  13. }
  14. .ief-tabledrag-handle {
  15. padding-right: 0;
  16. width: 20px;
  17. }
  18. .ief-tabledrag-handle a.tabledrag-handle {
  19. padding-right: .5em;
  20. }
  21. fieldset.ief-entity-fieldset {
  22. margin: 0;
  23. }
  24. .ief-row-form > td {
  25. padding: 0;
  26. }
  27. .ief-row-form .ief-form-row {
  28. border-bottom: 10px solid #ccc;
  29. padding: 20px;
  30. }