try to make Tree view prettier

This commit is contained in:
Doug Bell 2011-03-25 15:15:23 -05:00
parent 698f40a6dd
commit f7fb7cea6b
2 changed files with 33 additions and 3 deletions

View file

@ -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;
}