diff options
Diffstat (limited to 'scripts/DynamicTree.css')
| -rw-r--r-- | scripts/DynamicTree.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/DynamicTree.css b/scripts/DynamicTree.css new file mode 100644 index 0000000..0b07cc2 --- /dev/null +++ b/scripts/DynamicTree.css @@ -0,0 +1,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;}
|
