You are here

taxonomy_csv.css in Taxonomy CSV import/export 6.5

Same filename and directory in other branches
  1. 6.2 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. /* #edit-keep-order-wrapper.format_name, */
  51. #import.filtered #edit-text-wrapper,
  52. #import.filtered #edit-file-wrapper,
  53. #import.filtered #edit-url-wrapper,
  54. #csv_format.filtered #edit-import-delimiter-soft-tab-width-wrapper,
  55. #csv_format.filtered #edit-import-delimiter-custom-wrapper,
  56. #csv_format.filtered #edit-import-enclosure-custom-wrapper,
  57. #csv_format.filtered #edit-export-delimiter-custom-wrapper,
  58. #csv_format.filtered #edit-export-enclosure-custom-wrapper,
  59. #edit-check-utf8-wrapper.text,
  60. #destination.filtered #edit-vocabulary-id-wrapper,
  61. #destination.filtered #edit-delete-terms-wrapper,
  62. #set_hierarchy.filtered,
  63. #edit-export-order-wrapper.filtered,
  64. #edit-relations.filtered,
  65. #edit-def-links.filtered,
  66. #specific_info.def_links,
  67. #result_type.first {
  68. display: none;
  69. }
  70. /**
  71. * Show chosen items.
  72. */
  73. #description_alone_terms.alone_terms,
  74. #description_def_links.def_links,
  75. #description_flat.flat,
  76. #description_tree_structure.tree_structure,
  77. #description_polyhierarchy.polyhierarchy,
  78. #description_parents.parents,
  79. #description_children.children,
  80. #description_relations.relations,
  81. #description_definitions.definitions,
  82. #description_descriptions.descriptions,
  83. #description_weights.weights,
  84. #description_synonyms.synonyms,
  85. #description_taxonomy_manager.taxonomy_manager,
  86. #description_geotaxonomy.geotaxonomy,
  87. #existing_items_alone_terms.alone_terms,
  88. #existing_items_def_links.def_links,
  89. #existing_items_flat.flat,
  90. #existing_items_tree_structure.tree_structure,
  91. #existing_items_polyhierarchy.polyhierarchy,
  92. #existing_items_parents.parents,
  93. #existing_items_children.children,
  94. #existing_items_relations.relations,
  95. #existing_items_synonyms.synonyms,
  96. #existing_items_definitions.definitions,
  97. #existing_items_descriptions.descriptions,
  98. #existing_items_weights.weights,
  99. #existing_items_taxonomy_manager.taxonomy_manager,
  100. #existing_items_geotaxonomy.geotaxonomy,
  101. #help_alone_terms.alone_terms,
  102. #help_def_links.def_links,
  103. #help_flat.flat,
  104. #help_tree_structure.tree_structure,
  105. #help_polyhierarchy.polyhierarchy,
  106. #help_parents.parents,
  107. #help_children.children,
  108. #help_relations.relations,
  109. #help_definitions.definitions,
  110. #help_descriptions.descriptions,
  111. #help_weights.weights,
  112. #help_synonyms.synonyms,
  113. #help_taxonomy_manager.taxonomy_manager,
  114. #help_geotaxonomy.geotaxonomy,
  115. #import.text #edit-text-wrapper,
  116. #import.file #edit-file-wrapper,
  117. #import.url #edit-url-wrapper,
  118. #csv_format.soft_tab #edit-import-delimiter-soft-tab-width-wrapper,
  119. #csv_format.custom_delimiter #edit-import-delimiter-custom-wrapper,
  120. #csv_format.custom_enclosure #edit-import-enclosure-custom-wrapper,
  121. #csv_format.custom_delimiter #edit-export-delimiter-custom-wrapper,
  122. #csv_format.custom_enclosure #edit-export-enclosure-custom-wrapper,
  123. #edit-check-utf8-wrapper.file,
  124. #edit-check-utf8-wrapper.url,
  125. #destination.duplicate #edit-vocabulary-id-wrapper,
  126. #destination.existing #edit-vocabulary-id-wrapper,
  127. #destination.existing #edit-delete-terms-wrapper,
  128. #edit-export-order-wrapper.alone_terms,
  129. #edit-export-order-wrapper.def_links,
  130. #edit-export-order-wrapper.flat,
  131. #edit-export-order-wrapper.parents,
  132. #edit-export-order-wrapper.children,
  133. #edit-export-order-wrapper.relations,
  134. #edit-export-order-wrapper.synonyms,
  135. #edit-export-order-wrapper.definitions,
  136. #edit-export-order-wrapper.descriptions,
  137. #edit-export-order-wrapper.weights,
  138. #edit-export-order-wrapper.taxonomy_manager,
  139. #edit-export-order-wrapper.geotaxonomy,
  140. #edit-relations.relations,
  141. #edit-def-links.def_links,
  142. #result_type.warnings,
  143. #result_type.notices,
  144. #result_type.infos {
  145. display: block;
  146. }