Index: lams_bb_integration/web/includes/css/folders.css =================================================================== diff -u -re145b2587e58d80c54fb208848e06d290c5473cd -re8f7fdfa5966ddc6f8e0324d58be397e438f847e --- lams_bb_integration/web/includes/css/folders.css (.../folders.css) (revision e145b2587e58d80c54fb208848e06d290c5473cd) +++ lams_bb_integration/web/includes/css/folders.css (.../folders.css) (revision e8f7fdfa5966ddc6f8e0324d58be397e438f847e) @@ -1,41 +1,41 @@ /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */ /* first or middle sibling, no children */ -.ygtvtn { background: url(../../images/folders/tn.gif) 0 0 no-repeat; width:17px; height:22px; } +.ygtvtn { background: url(../images/folders/tn.gif) 0 0 no-repeat; width:17px; height:22px; } /* first or middle sibling, collapsable */ -.ygtvtm { background: url(../../images/folders/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvtm { background: url(../images/folders/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* first or middle sibling, collapsable, hover */ -.ygtvtmh { background: url(../../images/folders/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvtmh { background: url(../images/folders/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* first or middle sibling, expandable */ -.ygtvtp { background: url(../../images/folders/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvtp { background: url(../images/folders/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* first or middle sibling, expandable, hover */ -.ygtvtph { background: url(../../images/folders/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvtph { background: url(../images/folders/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* last sibling, no children */ -.ygtvln { background: url(../../images/folders/ln.gif) 0 0 no-repeat; width:17px; height:22px; } +.ygtvln { background: url(../images/folders/ln.gif) 0 0 no-repeat; width:17px; height:22px; } /* Last sibling, collapsable */ -.ygtvlm { background: url(../../images/folders/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvlm { background: url(../images/folders/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* Last sibling, collapsable, hover */ -.ygtvlmh { background: url(../../images/folders/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvlmh { background: url(../images/folders/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* Last sibling, expandable */ -.ygtvlp { background: url(../../images/folders/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvlp { background: url(../images/folders/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* Last sibling, expandable, hover */ -.ygtvlph { background: url(../../images/folders/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } +.ygtvlph { background: url(../images/folders/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer } /* Loading icon */ -.ygtvloading { background: url(../../images/folders/loading.gif) 0 0 no-repeat; width:16px; height:22px; } +.ygtvloading { background: url(../images/folders/loading.gif) 0 0 no-repeat; width:16px; height:22px; } /* the style for the empty cells that are used for rendering the depth * of the node */ -.ygtvdepthcell { background: url(../../images/folders/vline.gif) 0 0 no-repeat; width:17px; height:22px; } +.ygtvdepthcell { background: url(../images/folders/vline.gif) 0 0 no-repeat; width:17px; height:22px; } .ygtvblankdepthcell { width:17px; height:22px; }