Files
alfresco-community-repo/source/web/css/yahoo-tree.css
Gavin Cornwell 98c5a2071c - Incorporated new sidebar which contains the shelf and navigator (tree) components
- Changed version number to 2.0.0 (dev)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4538 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-12-06 23:26:27 +00:00

135 lines
2.7 KiB
CSS

/* first or middle sibling, no children */
.ygtvtn
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* first or middle sibling, collapsable */
.ygtvtm
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_open.gif) 0 0 no-repeat;
}
/* first or middle sibling, collapsable, hover */
.ygtvtmh
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_open.gif) 0 0 no-repeat;
}
/* first or middle sibling, expandable */
.ygtvtp
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* first or middle sibling, expandable, hover */
.ygtvtph
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* last sibling, no children */
.ygtvln
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* Last sibling, collapsable */
.ygtvlm
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_open.gif) 0 0 no-repeat;
}
/* Last sibling, collapsable, hover */
.ygtvlmh
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_open.gif) 0 0 no-repeat;
}
/* Last sibling, expandable */
.ygtvlp
{
width:16px; height:18px;
cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* Last sibling, expandable, hover */
.ygtvlph
{
width:16px; height:18px; cursor:pointer ;
background: url(../images/icons/arrow_closed.gif) 0 0 no-repeat;
}
/* Loading icon */
.ygtvloading
{
width:16px; height:18px;
background: url(../scripts/ajax/yahoo/treeview/assets/loading.gif) 0 0 no-repeat;
}
/* the style for the empty cells that are used for rendering the depth
* of the node */
.ygtvdepthcell
{
width:16px; height:18px;
background: url() 0 0 no-repeat;
}
.ygtvblankdepthcell { width:16px; height:22px; }
/* the style of the div around each node */
.ygtvitem { }
/* the style of the div around each node's collection of children */
.ygtvchildren { }
* html .ygtvchildren { height:2%; }
/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover
{
margin-left:2px;
text-decoration: none;
background-color: white;
}
.ygtvspacer
{
height: 10px;
width: 10px;
margin: 2px;
}
.ygtvhtml
{
cursor: pointer;
}
.alflabel
{
white-space: nowrap;
}
.alflabelselected
{
background-color: #d3e6fe;
}