You are here

entityconnect.css in Entity connect 8.2

.entityconnect-add,
.entityconnect-edit {
  display: inline-block;
  min-width: 1em;
  padding: 0.5em;
}
.entityconnect-add.add-icon :first-child,
.entityconnect-edit.edit-icon :first-child {
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  direction: ltr;
  border: 0;
  -moz-box-shadow: none;
  box-shadow: none;
}
.entityconnect-add.add-icon :first-child {
  width: 16px;
  height: 16px;
  background: url(../images/add.png) no-repeat;
}

.entityconnect-add.add-icon.add-text :first-child {
  width: auto;
  padding: 0 0 0 1.5em;
  text-indent: 0;
}
.entityconnect-edit.edit-icon :first-child {
  width: 16px;
  height: 16px;
  background: url(../images/pencil.png) no-repeat;
}

.entityconnect-edit.edit-icon.edit-text :first-child {
  width: auto;
  padding: 0 0 0 1.5em;
  text-indent: 0;
}
.field--type-entity-reference.inline-label label {
  display: inline;
}

File

assets/css/entityconnect.css
View source
  1. .entityconnect-add,
  2. .entityconnect-edit {
  3. display: inline-block;
  4. min-width: 1em;
  5. padding: 0.5em;
  6. }
  7. .entityconnect-add.add-icon :first-child,
  8. .entityconnect-edit.edit-icon :first-child {
  9. margin: 0;
  10. padding: 0;
  11. text-indent: -9999em;
  12. direction: ltr;
  13. border: 0;
  14. -moz-box-shadow: none;
  15. box-shadow: none;
  16. }
  17. .entityconnect-add.add-icon :first-child {
  18. width: 16px;
  19. height: 16px;
  20. background: url(../images/add.png) no-repeat;
  21. }
  22. .entityconnect-add.add-icon.add-text :first-child {
  23. width: auto;
  24. padding: 0 0 0 1.5em;
  25. text-indent: 0;
  26. }
  27. .entityconnect-edit.edit-icon :first-child {
  28. width: 16px;
  29. height: 16px;
  30. background: url(../images/pencil.png) no-repeat;
  31. }
  32. .entityconnect-edit.edit-icon.edit-text :first-child {
  33. width: auto;
  34. padding: 0 0 0 1.5em;
  35. text-indent: 0;
  36. }
  37. .field--type-entity-reference.inline-label label {
  38. display: inline;
  39. }