2011-11-08 17:40:44 +01:00
|
|
|
/* Tree */
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.nihilo .dijitTreeNode {
|
|
|
|
background : url('images/treeI.gif') no-repeat;
|
|
|
|
background-position : top left;
|
|
|
|
background-repeat : repeat-y;
|
2011-11-08 17:40:44 +01:00
|
|
|
zoom: 1;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* left vertical line (grid) for all nodes */
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeIsLast {
|
|
|
|
background: url('images/treeI_half.gif') no-repeat;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeRowHover {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* using a transparent png so that we can still see grid lines, which are (unfortunately) behind the dijitRowNode that we are hovering over */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-image: url(images/treeHover.png);
|
|
|
|
background-repeat: repeat;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeLabel {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeIsRoot {
|
|
|
|
margin-left: 0;
|
|
|
|
background-image: none;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeExpando {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeRow {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* so insert line shows up on IE when dropping after a target element */
|
2010-11-15 08:39:52 +01:00
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeContent {
|
|
|
|
min-height: 18px;
|
|
|
|
min-width: 18px;
|
|
|
|
padding-left:1px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeExpandoOpened {
|
|
|
|
background: url('images/spriteTree.gif') no-repeat -18px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeExpandoClosed {
|
|
|
|
background-image: url('images/spriteTree.gif');
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeExpandoLeaf {
|
|
|
|
background: url('images/spriteTree.gif') no-repeat -36px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeExpandoLoading {
|
|
|
|
background-image: url('images/treeExpand_loading.gif');
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeIcon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitFolderOpened {
|
|
|
|
background: url('images/spriteDivIcons.gif') no-repeat -16px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitFolderClosed {
|
|
|
|
background: url('images/spriteDivIcons.gif') no-repeat top left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitLeaf {
|
|
|
|
background: url('images/spriteDivIcons.gif') no-repeat -32px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Drag and Drop on TreeNodes
|
|
|
|
* Put insert line on dijitTreeContent node so it's aligned w/
|
|
|
|
* (ie, indented equally with) target element, even
|
|
|
|
* though dijitTreeRowNode is the actual "drag object"
|
|
|
|
*/
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeNode .dojoDndItemBefore,
|
|
|
|
.nihilo .dijitTreeNode .dojoDndItemAfter {
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: none;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* copied from Common.css */
|
2010-11-15 08:39:52 +01:00
|
|
|
border-top: 2px solid #369;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* copied from Common.css */
|
2010-11-15 08:39:52 +01:00
|
|
|
border-bottom: 2px solid #369;
|
2011-11-08 17:40:44 +01:00
|
|
|
}
|