You are here

filefield_sources.css in FileField Sources 6

Same filename and directory in other branches
  1. 7 filefield_sources.css
/* Generic display for all sources. */

div.filefield-source input.form-text,
div.filefield-source select.form-select {
  display: inline;
  width: 20em;
}

div.filefield-source .form-item {
  white-space: normal;
}

div.filefield-source input.hint {
  color: #999;
}

div.filefield-sources-list a.active {
  font-weight: bold;
}

/* Reference source. */
div.filefield-source-reference-item {
  font-size: 90%;
}

/* Remote source. */
div.filefield-source-remote input.form-text {
  /* Helps with display consistency since references has a background. */
  background-image: inherit;
}

File

filefield_sources.css
View source
  1. /* Generic display for all sources. */
  2. div.filefield-source input.form-text,
  3. div.filefield-source select.form-select {
  4. display: inline;
  5. width: 20em;
  6. }
  7. div.filefield-source .form-item {
  8. white-space: normal;
  9. }
  10. div.filefield-source input.hint {
  11. color: #999;
  12. }
  13. div.filefield-sources-list a.active {
  14. font-weight: bold;
  15. }
  16. /* Reference source. */
  17. div.filefield-source-reference-item {
  18. font-size: 90%;
  19. }
  20. /* Remote source. */
  21. div.filefield-source-remote input.form-text {
  22. /* Helps with display consistency since references has a background. */
  23. background-image: inherit;
  24. }