datamodel viewer : cleanup code, fixed links in tooltips and added a classname following while scrolling down the page

SVN:trunk[5247]
This commit is contained in:
Stephen Abello
2018-01-12 16:32:10 +00:00
parent c862179465
commit 29165b8ef4
3 changed files with 72 additions and 30 deletions

View File

@@ -2179,10 +2179,28 @@ table.listResults .originColor {
#displaySelectorLabel, #changeDefaultDisplay {
display: inline-block;
}
#split-pane {
#dataModelSplitPane {
height: 100%;
}
#dataModelClassIcon {
#dataModelClassIcon, dataModelScrollableDiv > img {
padding-right: 13px;
display: inline;
}
#dataModelScrollableDiv {
background-color: #eee;
position: fixed;
z-index: -1;
width: 100%;
}
#dataModelHeader {
background-color: white;
}
#dataModelSplitPane #tabbedContent_0 {
z-index: -2;
}
#dataModelScrollableClassName, #dataModelScrollableClassIcon {
display: inline;
}
dataModelScrollableDiv > img {
padding-right: 5px;
}