You are here

rdfui.css in RDF Extensions 7.2

/*
 * 3 field widget display
 */
.term {
  padding: 2px;
  margin-right: 10px;
  background-color: #eeeeee;
}

.term-add {
  margin-right: 5px;
  margin-left: 5px;
}

.term-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.term-remove {
  cursor: pointer;
  color: red;
  font-weight: bold;
}

/*
 * Terms autocomplete on administrative screens.
 */
.rdf-term-autocomplete {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.rdf-comment-autocomplete {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: .9em;
  font-style: italic;
  margin: 0;
  padding-bottom: 10px;
}

File

rdfui/css/rdfui.css
View source
  1. /*
  2. * 3 field widget display
  3. */
  4. .term {
  5. padding: 2px;
  6. margin-right: 10px;
  7. background-color: #eeeeee;
  8. }
  9. .term-add {
  10. margin-right: 5px;
  11. margin-left: 5px;
  12. }
  13. .term-holder {
  14. margin-top: 10px;
  15. margin-bottom: 10px;
  16. }
  17. .term-remove {
  18. cursor: pointer;
  19. color: red;
  20. font-weight: bold;
  21. }
  22. /*
  23. * Terms autocomplete on administrative screens.
  24. */
  25. .rdf-term-autocomplete {
  26. margin: 0;
  27. padding: 0;
  28. white-space: normal;
  29. }
  30. .rdf-comment-autocomplete {
  31. border-bottom: 1px solid #ccc;
  32. color: #666;
  33. font-size: .9em;
  34. font-style: italic;
  35. margin: 0;
  36. padding-bottom: 10px;
  37. }