Skip to content

Commit

Permalink
modifying css style for org tree panel (MID-5586)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 2, 2019
1 parent e3d63d9 commit dd3d91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -17,14 +17,14 @@
-->
<wicket:panel xmlns:wicket="http://wicket.apache.org">

<div class="box box-solid object-org-box" style="height: 100%; display: flex; flex-direction: column; flex-wrap: wrap;">
<div class="box box-solid object-org-box" style="height: 100%; display: flex; flex-direction: column;">
<div class="box-header with-border" wicket:id="treeHeader" style="flex: 1 1 26px; max-height: 41px; width:100%">
<h3 class="box-title"><div wicket:id="treeTitle"/></h3>
<div class="box-tools pull-right">
<div class="cog" wicket:id="treeMenu" about="treeMenu"/>
</div>
</div>
<div wicket:id="treeContainer" class="box-body org-tree-container" style="flex: 100 1 auto; max-height: 92%;">
<div wicket:id="treeContainer" class="box-body org-tree-container" style="flex: 100 1 auto;">
<div wicket:id="tree"/>
</div>
</div>
Expand Down
Expand Up @@ -1122,7 +1122,6 @@ span.tree-content > table tr td:first-child {

.org-tree-container {
overflow-y: auto;
margin-bottom: 20px;
}

.org-members-additional-search {
Expand Down

0 comments on commit dd3d91c

Please sign in to comment.