79 lines
1.8 KiB
CSS
79 lines
1.8 KiB
CSS
|
|
||
|
.soria .dijitTreeNode {
|
||
|
background : url('images/treeI.gif') no-repeat;
|
||
|
background-position : top left;
|
||
|
background-repeat : repeat-y;
|
||
|
zoom: 1;
|
||
|
}
|
||
|
.soria .dijitTreeRowHover {
|
||
|
|
||
|
background-image: url(images/treeHover.png);
|
||
|
background-repeat: repeat;
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
.soria .dijitTreeIsLast {
|
||
|
background: url('images/treeI_half.gif') no-repeat;
|
||
|
}
|
||
|
.soria .dijitTreeLabel {
|
||
|
font-weight: normal;
|
||
|
margin-left: 3px;
|
||
|
}
|
||
|
.soria .dijitTreeIsRoot {
|
||
|
margin-left: 0;
|
||
|
background-image: none;
|
||
|
}
|
||
|
.soria .dijitTreeExpando {
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
}
|
||
|
.soria .dijitTreeRow {
|
||
|
|
||
|
padding-bottom: 2px;
|
||
|
}
|
||
|
.soria .dijitTreeContent {
|
||
|
min-height: 18px;
|
||
|
min-width: 18px;
|
||
|
padding-left:1px;
|
||
|
}
|
||
|
.soria .dijitTreeRowSelected .dijitTreeLabel{
|
||
|
background:#b8cbec;
|
||
|
}
|
||
|
.soria .dijitTreeExpandoOpened {
|
||
|
background: url('images/spriteTree.gif') no-repeat -18px top;
|
||
|
}
|
||
|
.soria .dijitTreeExpandoClosed {
|
||
|
background-image: url('images/spriteTree.gif');
|
||
|
}
|
||
|
.soria .dijitTreeExpandoLeaf {
|
||
|
background: url('images/spriteTree.gif') no-repeat -36px top;
|
||
|
}
|
||
|
.soria .dijitTreeExpandoLoading {
|
||
|
background-image: url('images/treeExpand_loading.gif');
|
||
|
}
|
||
|
.soria .dijitTreeIcon {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|
||
|
.soria .dijitFolderOpened {
|
||
|
background: url('images/spriteDivIcons.gif') no-repeat -16px top;
|
||
|
}
|
||
|
.soria .dijitFolderClosed {
|
||
|
background: url('images/spriteDivIcons.gif') no-repeat top left;
|
||
|
}
|
||
|
.soria .dijitLeaf {
|
||
|
background: url('images/spriteDivIcons.gif') no-repeat -32px top;
|
||
|
}
|
||
|
.soria .dijitTreeNode .dojoDndItemBefore,
|
||
|
.soria .dijitTreeNode .dojoDndItemAfter {
|
||
|
border-bottom: none;
|
||
|
border-top: none;
|
||
|
}
|
||
|
.soria .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
|
||
|
|
||
|
border-top: 2px solid #369;
|
||
|
}
|
||
|
.soria .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
|
||
|
|
||
|
border-bottom: 2px solid #369;
|
||
|
}
|