source: extensions/rv_menutree/trunk/rvtree.css @ 3572

Last change on this file since 3572 was 3572, checked in by rvelices, 15 years ago

added extension rv_menutree

  • Property svn:eol-style set to LF
File size: 819 bytes
Line 
1/*This is not used directly. Compress it to rvtree-min.css using
2http://www.cleancss.com/
3http://www.creativyst.com/Prod/3/
4*/
5
6/* do it in JS so that if browser JS is turned off it looks as before
7ul.rvTree  li { list-style-type: none !important; }
8ul.rvTree     { margin-left:0 !important; padding-left:0 !important;}
9ul.rvTree ul    { margin-left:0 !important; padding-left:8px !important;}*/
10
11ul.rvTree  li           .bullet { padding-left: 14px; margin-left: 0; background: url(img/bpm.gif) no-repeat scroll; }
12ul.rvTree  li.liOpen    .bullet { cursor: pointer; background-position: -38px center;}
13ul.rvTree  li.liClosed  .bullet { cursor: pointer; background-position: -19px center;}
14ul.rvTree  li.liBullet  .bullet { cursor: default; background-position: 0 center;}
15       
16ul.rvTree  li.liClosed  ul { display: none; }
Note: See TracBrowser for help on using the repository browser.