Skip to content

Commit

Permalink
Merge branch 'feature/orgtree' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
…into feature/orgtree
  • Loading branch information
katkav committed Sep 2, 2019
2 parents 031673c + 5d72e64 commit 51c4f9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<ul class="pagination pagination-sm no-margin" style="margin-bottom: 0px;">
<ul class="pagination pagination-sm pagination-xs no-margin" style="margin-bottom: 0px;">
<li wicket:id="first">
<a wicket:id="firstLink"><wicket:message key="NavigatorPanel.firstLink"/></a>
</li>
Expand Down
19 changes: 19 additions & 0 deletions gui/admin-gui/src/main/resources/static/less/midpoint-theme.less
Expand Up @@ -1093,6 +1093,21 @@ body .treeview-menu > li > span:hover {

// Orgtree (OrgMemberPanel)

span.tree-content > table {
width: 100%;
max-width: 100%;
}

span.tree-content > table tr td:last-child {
width: 1%;
vertical-align: top;
}

span.tree-content > table tr td:first-child {
width: 1%;
vertical-align: top;
}

.org-tree-container {
overflow-y: auto;
margin-bottom: 20px;
Expand Down Expand Up @@ -1563,3 +1578,7 @@ th.composited-icon {
.small-box > .small-box-footer {
color: inherit !important;
}

.pagination-xs>li>a {
padding: 0px 5px !important;
}

0 comments on commit 51c4f9e

Please sign in to comment.