blob: 0b07cc2cff8b6d016585c57158aedebbcb95d912 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.DynamicTree {line-height:18px; white-space:nowrap; cursor:default;}
.DynamicTree .section {background:url(/liberty/icons/tree-branch.gif) repeat-y; display:none;}
.DynamicTree .last {background:none;}
.DynamicTree .folder .folder,
.DynamicTree .doc .doc,
.DynamicTree .folder .doc {margin-left:18px;}
.DynamicTree .text-active {font-weight:bold;}
.DynamicTree img {border:0; vertical-align:middle;}
.DynamicTree .tree-tooltip {float:left;}
/* hack for IE to fix a bug (background of .section disappearing when mouse is over a link, for example Node 1.1.1.1) */
* html .DynamicTree .doc {position:relative;}
* html .DynamicTree .doc a {position:absolute; top:3px;}
|