You are here

taxonomy_csv.css in Taxonomy CSV import/export 6.2

Same filename and directory in other branches
  1. 6.5 taxonomy_csv.css
  2. 6.3 taxonomy_csv.css
  3. 6.4 taxonomy_csv.css

Allows to hide unchosen sub-options and to show chosen sub-options.

File

taxonomy_csv.css
View source
  1. /**
  2. * @file
  3. * Allows to hide unchosen sub-options and to show chosen sub-options.
  4. */
  5. /**
  6. * Hide unchosen items.
  7. */
  8. #description_alone_terms.filtered,
  9. #description_def_links.filtered,
  10. #description_flat.filtered,
  11. #description_tree_structure.filtered,
  12. #description_polyhierarchy.filtered,
  13. #description_parents.filtered,
  14. #description_children.filtered,
  15. #description_relations.filtered,
  16. #description_synonyms.filtered,
  17. #description_definitions.filtered,
  18. #description_descriptions.filtered,
  19. #description_weights.filtered,
  20. #description_taxonomy_manager.filtered,
  21. #description_geotaxonomy.filtered,
  22. #existing_items_alone_terms.filtered,
  23. #existing_items_def_links.filtered,
  24. #existing_items_flat.filtered,
  25. #existing_items_tree_structure.filtered,
  26. #existing_items_polyhierarchy.filtered,
  27. #existing_items_parents.filtered,
  28. #existing_items_children.filtered,
  29. #existing_items_relations.filtered,
  30. #existing_items_synonyms.filtered,
  31. #existing_items_definitions.filtered,
  32. #existing_items_descriptions.filtered,
  33. #existing_items_weights.filtered,
  34. #existing_items_taxonomy_manager.filtered,
  35. #existing_items_geotaxonomy.filtered,
  36. #help_alone_terms.filtered,
  37. #help_def_links.filtered,
  38. #help_flat.filtered,
  39. #help_tree_structure.filtered,
  40. #help_polyhierarchy.filtered,
  41. #help_parents.filtered,
  42. #help_children.filtered,
  43. #help_relations.filtered,
  44. #help_synonyms.filtered,
  45. #help_definitions.filtered,
  46. #help_descriptions.filtered,
  47. #help_weights.filtered,
  48. #help_taxonomy_manager.filtered,
  49. #help_geotaxonomy.filtered,
  50. #import.filtered #edit-text-wrapper,
  51. #import.filtered #edit-path-wrapper,
  52. #import.filtered #edit-url-wrapper,
  53. #csv_format.filtered #edit-import-delimiter-custom-wrapper,
  54. #csv_format.filtered #edit-import-enclosure-custom-wrapper,
  55. #csv_format.filtered #edit-export-delimiter-custom-wrapper,
  56. #csv_format.filtered #edit-export-enclosure-custom-wrapper,
  57. #edit-check-utf8-wrapper.text,
  58. #destination.filtered #edit-vocabulary-id-wrapper,
  59. #set_hierarchy.filtered,
  60. #edit-relations.filtered,
  61. #edit-def-links.filtered,
  62. #specific_info.def_links,
  63. #result_type.first {
  64. display: none;
  65. }
  66. /**
  67. * Show chosen items.
  68. */
  69. #description_alone_terms.alone_terms,
  70. #description_def_links.def_links,
  71. #description_flat.flat,
  72. #description_tree_structure.tree_structure,
  73. #description_polyhierarchy.polyhierarchy,
  74. #description_parents.parents,
  75. #description_children.children,
  76. #description_relations.relations,
  77. #description_definitions.definitions,
  78. #description_descriptions.descriptions,
  79. #description_weights.weights,
  80. #description_synonyms.synonyms,
  81. #description_taxonomy_manager.taxonomy_manager,
  82. #description_geotaxonomy.geotaxonomy,
  83. #existing_items_alone_terms.alone_terms,
  84. #existing_items_def_links.def_links,
  85. #existing_items_flat.flat,
  86. #existing_items_tree_structure.tree_structure,
  87. #existing_items_polyhierarchy.polyhierarchy,
  88. #existing_items_parents.parents,
  89. #existing_items_children.children,
  90. #existing_items_relations.relations,
  91. #existing_items_synonyms.synonyms,
  92. #existing_items_definitions.definitions,
  93. #existing_items_descriptions.descriptions,
  94. #existing_items_weights.weights,
  95. #existing_items_taxonomy_manager.taxonomy_manager,
  96. #existing_items_geotaxonomy.geotaxonomy,
  97. #help_alone_terms.alone_terms,
  98. #help_def_links.def_links,
  99. #help_flat.flat,
  100. #help_tree_structure.tree_structure,
  101. #help_polyhierarchy.polyhierarchy,
  102. #help_parents.parents,
  103. #help_children.children,
  104. #help_relations.relations,
  105. #help_definitions.definitions,
  106. #help_descriptions.descriptions,
  107. #help_weights.weights,
  108. #help_synonyms.synonyms,
  109. #help_taxonomy_manager.taxonomy_manager,
  110. #help_geotaxonomy.geotaxonomy,
  111. #import.text #edit-text-wrapper,
  112. #import.path #edit-path-wrapper,
  113. #import.url #edit-url-wrapper,
  114. #csv_format.custom_delimiter #edit-import-delimiter-custom-wrapper,
  115. #csv_format.custom_enclosure #edit-import-enclosure-custom-wrapper,
  116. #csv_format.custom_delimiter #edit-export-delimiter-custom-wrapper,
  117. #csv_format.custom_enclosure #edit-export-enclosure-custom-wrapper,
  118. #edit-check-utf8-wrapper.path,
  119. #edit-check-utf8-wrapper.url,
  120. #destination.duplicate #edit-vocabulary-id-wrapper,
  121. #destination.existing #edit-vocabulary-id-wrapper,
  122. #edit-relations.relations,
  123. #edit-def-links.def_links,
  124. #result_type.warnings,
  125. #result_type.notices,
  126. #result_type.infos {
  127. display: block;
  128. }