diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f430169..8b254aa 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1816,9 +1816,9 @@ body.n_scroll{ } .tree_documentation_arrow_img{ - width: 12px; - height: 7px; - padding: 9px 6px; + width: 7px; + height: 12px; + padding: 6px 9px; } .tree_documentation_container_first_level_txt{ @@ -1828,7 +1828,7 @@ body.n_scroll{ margin-left: 3px; display: block; text-decoration: unset; - line-height: 24px; + line-height: 25px; } .tree_documentation_container_second_level_txt{ font-size: 16px; diff --git a/static/aerbimJS.js b/static/aerbimJS.js index 0dee678..eea05d2 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -579,7 +579,7 @@ function showContentPartTree (el) { let $arrow = $parent.querySelector(".tree_documentation_arrow_img") $content_part.classList.toggle("hidden") if ($arrow.style.rotate === '0deg' || $arrow.style.rotate === ''){ - $($arrow).css({rotate: '180deg'}) + $($arrow).css({rotate: '90deg'}) } else { $($arrow).css({rotate: '0deg'}) } diff --git a/static/images/arrow_for_doc_tree.svg b/static/images/arrow_for_doc_tree.svg new file mode 100644 index 0000000..1a6f60f --- /dev/null +++ b/static/images/arrow_for_doc_tree.svg @@ -0,0 +1,3 @@ + + + diff --git a/templates/pages/p_documentation.html b/templates/pages/p_documentation.html index 0b98d2d..ee13234 100644 --- a/templates/pages/p_documentation.html +++ b/templates/pages/p_documentation.html @@ -72,9 +72,9 @@
{% if obj.children %} - - - + + + {% endif %} @@ -88,9 +88,9 @@