source: extensions/rv_menutree/tags/2.1.a/rvtree.css @ 6396

Last change on this file since 6396 was 6396, checked in by patdenice, 14 years ago

Re-create tag 2.1.a

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.