You are here

shs.formatter.css in Simple hierarchical select 7

Styles for formatted output of shs module.

File

theme/shs.formatter.css
View source
  1. /**
  2. * @file
  3. * Styles for formatted output of shs module.
  4. */
  5. .field-type-entityreference ul.shs-hierarchy,
  6. .field-type-taxonomy-term-reference ul.shs-hierarchy {
  7. list-style: none;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .field-type-entityreference ul.shs-hierarchy li,
  12. .field-type-taxonomy-term-reference .links ul.shs-hierarchy li {
  13. float: left;
  14. padding: 0 5px 0 0;
  15. white-space: nowrap;
  16. }
  17. .field-type-entityreference ul.shs-hierarchy li.last,
  18. .field-type-taxonomy-term-reference .links ul.shs-hierarchy li.last {
  19. padding: 0;
  20. }
  21. .shs-hierarchy li:after {
  22. content: '>';
  23. margin: 0 0 0 5px;
  24. }
  25. .shs-hierarchy li.last:after {
  26. content: '';
  27. margin: 0;
  28. }