Skip to content

Commit

Permalink
Merge edccddc into 8637c13
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Oct 19, 2017
2 parents 8637c13 + edccddc commit d24c40b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/less/panels/collection-tree-mod.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
height: ~"calc(100% - 75px)";
overflow-y: scroll;
margin-left: 240px;
margin-top: 10px;
border-top: 1px solid gray;
}

#collection-tree {
Expand All @@ -39,7 +41,7 @@
height: 87%;
height: ~"calc(100% - 118px)";
}

#collection-tree {
height: 85%;
height: ~"calc(100% - 128px)";
Expand All @@ -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,
Expand Down Expand Up @@ -94,4 +96,4 @@
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl
{
background-image: none !important;
}
}

0 comments on commit d24c40b

Please sign in to comment.