Index: openacs-4/packages/ajaxhelper/www/resources/yui/treeview/assets/tree.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/yui/treeview/assets/tree.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/resources/yui/treeview/assets/tree.css 21 Oct 2006 06:15:00 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/resources/yui/treeview/assets/tree.css 25 Dec 2006 16:40:04 -0000 1.2 @@ -1,101 +1,101 @@ /* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: -http://developer.yahoo.com/yui/license.txt -Version: 0.11.3 +http://developer.yahoo.net/yui/license.txt +version: 0.12.1 */ /* first or middle sibling, no children */ .ygtvtn { - width:16px; height:22px; - background: url(tn.gif) 0 0 no-repeat; + width:16px; height:22px; + background: url(tn.gif) 0 0 no-repeat; } /* first or middle sibling, collapsable */ .ygtvtm { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(tm.gif) 0 0 no-repeat; + background: url(tm.gif) 0 0 no-repeat; } /* first or middle sibling, collapsable, hover */ .ygtvtmh { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(tmh.gif) 0 0 no-repeat; + background: url(tmh.gif) 0 0 no-repeat; } /* first or middle sibling, expandable */ .ygtvtp { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(tp.gif) 0 0 no-repeat; + background: url(tp.gif) 0 0 no-repeat; } /* first or middle sibling, expandable, hover */ .ygtvtph { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(tph.gif) 0 0 no-repeat; + background: url(tph.gif) 0 0 no-repeat; } /* last sibling, no children */ .ygtvln { - width:16px; height:22px; - background: url(ln.gif) 0 0 no-repeat; + width:16px; height:22px; + background: url(ln.gif) 0 0 no-repeat; } /* Last sibling, collapsable */ .ygtvlm { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(lm.gif) 0 0 no-repeat; + background: url(lm.gif) 0 0 no-repeat; } /* Last sibling, collapsable, hover */ .ygtvlmh { - width:16px; height:22px; + width:16px; height:22px; cursor:pointer ; - background: url(lmh.gif) 0 0 no-repeat; + background: url(lmh.gif) 0 0 no-repeat; } /* Last sibling, expandable */ -.ygtvlp { - width:16px; height:22px; +.ygtvlp { + width:16px; height:22px; cursor:pointer ; - background: url(lp.gif) 0 0 no-repeat; + background: url(lp.gif) 0 0 no-repeat; } /* Last sibling, expandable, hover */ -.ygtvlph { +.ygtvlph { width:16px; height:22px; cursor:pointer ; - background: url(lph.gif) 0 0 no-repeat; + background: url(lph.gif) 0 0 no-repeat; } /* Loading icon */ -.ygtvloading { - width:16px; height:22px; - background: url(loading.gif) 0 0 no-repeat; +.ygtvloading { + width:16px; height:22px; + background: url(loading.gif) 0 0 no-repeat; } -/* the style for the empty cells that are used for rendering the depth +/* the style for the empty cells that are used for rendering the depth * of the node */ -.ygtvdepthcell { - width:16px; height:22px; - background: url(vline.gif) 0 0 no-repeat; +.ygtvdepthcell { + width:16px; height:22px; + background: url(vline.gif) 0 0 no-repeat; } .ygtvblankdepthcell { width:16px; height:22px; } /* the style of the div around each node */ -.ygtvitem { } +.ygtvitem { } /* the style of the div around each node's collection of children */ -.ygtvchildren { } -* html .ygtvchildren { height:2%; } +.ygtvchildren { } +* html .ygtvchildren { height:2%; } /* the style of the text label in ygTextNode */ -.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { +.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { margin-left:2px; text-decoration: none; }