You are here

entityconnect.css in Entity connect 7

Same filename and directory in other branches
  1. 7.2 theme/css/entityconnect.css
.entityconnect-add,
.entityconnect-edit {
  display: inline-block;
  min-width: 1em;
  padding: .5em;
}
  .entityconnect-add.add-icon :first-child,
  .entityconnect-edit.edit-icon :first-child {
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
  }
  .entityconnect-add.add-icon :first-child {
    background: url(../images/add.png) no-repeat;
    height: 16px;
    width: 16px;
  }
    .entityconnect-add.add-icon :first-child[disabled] {
      background: none;
    }
    .entityconnect-add.add-icon.add-text :first-child {
      text-indent: 0;
      padding: 0 0 0 1.5em;
      width: auto;
    }
  .entityconnect-edit.edit-icon :first-child {
    background: url(../images/pencil.png) no-repeat;
    height: 16px;
    width: 16px;
  }
    .entityconnect-edit.edit-icon :first-child[disabled] {
      background: none;
    }
  .entityconnect-edit.edit-icon.edit-text :first-child {
    text-indent: 0;
    padding: 0 0 0 1.5em;
    width: auto;
  }
.field-type-entityreference.inline-label label {
  display: inline;
}

File

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