You are here

finder.css in Finder 7

Same filename and directory in other branches
  1. 6 finder.css
.finder-admin-links {
  float: right;
}

.finder-custom-matching fieldset,
.finder-custom-matching .fieldset-wrapper {
  border: 0;
  margin: 0;
  padding: 0;
}

.finder-custom-matching div.form-type-textfield {
  display: inline;
  float: left;
  margin-right: 1em;
}

.finder-custom-matching .finder-condition {
  padding-left: 1em;
  margin-left: 1em;
  display: inline;
  float: left;
  background-color: #eee;
  overflow: none;
  position: relative;
}

.finder-custom-matching .finder-condition input {
  font-family: monospace;
}

.finder-custom-matching .finder-condition-machine-name {
  display: block;
}

.finder-custom-matching .finder-condition .field-prefix {

  font-family: monospace;
}

.finder-custom-matching .finder-condition .field-suffix {
  padding-right: 3px;
  font-family: monospace;
}

.finder-condition-value-prefix div.form-type-textfield {
  margin-right: 0;
}

.finder-custom-matching .finder-condition-operator input {
  margin-left: 0.75em;
}

File

finder.css
View source
  1. .finder-admin-links {
  2. float: right;
  3. }
  4. .finder-custom-matching fieldset,
  5. .finder-custom-matching .fieldset-wrapper {
  6. border: 0;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. .finder-custom-matching div.form-type-textfield {
  11. display: inline;
  12. float: left;
  13. margin-right: 1em;
  14. }
  15. .finder-custom-matching .finder-condition {
  16. padding-left: 1em;
  17. margin-left: 1em;
  18. display: inline;
  19. float: left;
  20. background-color: #eee;
  21. overflow: none;
  22. position: relative;
  23. }
  24. .finder-custom-matching .finder-condition input {
  25. font-family: monospace;
  26. }
  27. .finder-custom-matching .finder-condition-machine-name {
  28. display: block;
  29. }
  30. .finder-custom-matching .finder-condition .field-prefix {
  31. font-family: monospace;
  32. }
  33. .finder-custom-matching .finder-condition .field-suffix {
  34. padding-right: 3px;
  35. font-family: monospace;
  36. }
  37. .finder-condition-value-prefix div.form-type-textfield {
  38. margin-right: 0;
  39. }
  40. .finder-custom-matching .finder-condition-operator input {
  41. margin-left: 0.75em;
  42. }