| 1 | /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ |
|---|
| 2 | |
|---|
| 3 | /* first or middle sibling, no children */ |
|---|
| 4 | .ygtvtn {background: url(../../img/default/tn.gif) 0 0 no-repeat; width:16px; height:22px; } |
|---|
| 5 | |
|---|
| 6 | /* first or middle sibling, collapsable */ |
|---|
| 7 | .ygtvtm {background: url(../../img/default/tm.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 8 | |
|---|
| 9 | /* first or middle sibling, collapsable, hover */ |
|---|
| 10 | .ygtvtmh {background: url(../../img/default/tmh.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 11 | |
|---|
| 12 | /* first or middle sibling, expandable */ |
|---|
| 13 | .ygtvtp {background: url(../../img/default/tp.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 14 | |
|---|
| 15 | /* first or middle sibling, expandable, hover */ |
|---|
| 16 | .ygtvtph {background: url(../../img/default/tph.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 17 | |
|---|
| 18 | /* last sibling, no children */ |
|---|
| 19 | .ygtvln {background: url(../../img/default/ln.gif) 0 0 no-repeat; width:16px; height:22px; } |
|---|
| 20 | |
|---|
| 21 | /* Last sibling, collapsable */ |
|---|
| 22 | .ygtvlm {background: url(../../img/default/lm.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 23 | |
|---|
| 24 | /* Last sibling, collapsable, hover */ |
|---|
| 25 | .ygtvlmh {background: url(../../img/default/lmh.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 26 | |
|---|
| 27 | /* Last sibling, expandable */ |
|---|
| 28 | .ygtvlp { background: url(../../img/default/lp.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 29 | |
|---|
| 30 | /* Last sibling, expandable, hover */ |
|---|
| 31 | .ygtvlph { background: url(../../img/default/lph.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 32 | |
|---|
| 33 | /* Loading icon */ |
|---|
| 34 | .ygtvloading { background: url(../../img/default/loading.gif) 0 0 no-repeat; width:16px; height:22px; } |
|---|
| 35 | |
|---|
| 36 | /* the style for the empty cells that are used for rendering the depth |
|---|
| 37 | * of the node */ |
|---|
| 38 | .ygtvdepthcell { background: url(../../img/default/vline.gif) 0 0 no-repeat; width:16px; height:22px; } |
|---|
| 39 | |
|---|
| 40 | .ygtvblankdepthcell { width:16px; height:22px; } |
|---|
| 41 | |
|---|
| 42 | /* the style of the div around each node */ |
|---|
| 43 | .ygtvitem { } |
|---|
| 44 | |
|---|
| 45 | /* the style of the div around each node's collection of children */ |
|---|
| 46 | .ygtvchildren { } |
|---|
| 47 | * html .ygtvchildren { height:1%; } |
|---|
| 48 | |
|---|
| 49 | /* the style of the text label in ygTextNode */ |
|---|
| 50 | .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { |
|---|
| 51 | margin-left:2px; |
|---|
| 52 | text-decoration: none; |
|---|
| 53 | } |
|---|
| 54 | |
|---|
| 55 | .ygtvcheck0 { background: url(../../img/check/check0.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 56 | .ygtvcheck1 { background: url(../../img/check/check1.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 57 | .ygtvcheck2 { background: url(../../img/check/check2.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer } |
|---|
| 58 | |
|---|