diff --git a/css/less/panels/collection-tree-mod.less b/css/less/panels/collection-tree-mod.less index 48264818738d57d5c57f799972015c7c67612bf7..8f5d9e0cab87da3387f51ceb85682532a0bfef4c 100644 --- a/css/less/panels/collection-tree-mod.less +++ b/css/less/panels/collection-tree-mod.less @@ -22,6 +22,8 @@ height: ~"calc(100% - 75px)"; overflow-y: scroll; margin-left: 240px; + margin-top: 10px; + border-top: 1px solid gray; } #collection-tree { @@ -39,7 +41,7 @@ height: 87%; height: ~"calc(100% - 118px)"; } - + #collection-tree { height: 85%; height: ~"calc(100% - 128px)"; @@ -52,7 +54,7 @@ .jstree-default .jstree-node, .jstree-default .jstree-icon, /*.jstree-default .jstree-file,*/ -/*.jstree-default .jstree-folder,*/ +/*.jstree-default .jstree-folder,*/ #jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er, .jstree-default-small .jstree-node, @@ -94,4 +96,4 @@ .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl { background-image: none !important; -} \ No newline at end of file +}