sogo/UI/WebServerResources/dtree.css
Wolfgang Sourdeau 0089cb7214 Monotone-Parent: fe41830eaa82e69f64379323ab62164ca28f558d
Monotone-Revision: cb7329802a0fcbc3602f6725512da279d8c4f67f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-22T22:13:53
Monotone-Branch: ca.inverse.sogo
2006-12-22 22:13:53 +00:00

46 lines
664 B
CSS

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö |
|--------------------------------------------------*/
.dtree
{
color: #000;
white-space: nowrap;
}
.dtree img
{
vertical-align: middle;
border: 0px;
padding: 0px;
margin: 0px;
}
.dtree a
{
cursor: default;
color: #000;
text-decoration: none;
}
.dtree a.node
{
white-space: nowrap;
padding: 1px 2px;
}
.dtree a.node:hover
{
text-decoration: none;
}
.dtree .clip
{
overflow: hidden;
}
DIV.dTreeNode
{ height: 18px; }