try to make Tree view prettier
This commit is contained in:
parent
698f40a6dd
commit
f7fb7cea6b
2 changed files with 33 additions and 3 deletions
|
|
@ -362,4 +362,34 @@ dl.accordion-menu dd.a-m-d {
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#treeTab {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#treeCrumbtrail {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#treeDataTableContainer {
|
||||
margin-bottom: 50px; /* Same as treeBottom height */
|
||||
}
|
||||
|
||||
#treeBottom {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
border-top: 2px outset gray;
|
||||
}
|
||||
|
||||
#treeButtons {
|
||||
margin : 5px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#treePagination {
|
||||
margin: 5px;
|
||||
float: left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue