mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user