sogo/UI/WebServerResources/dtree.css
Francis Lachapelle 455cc7d692 Fixed missing icon in UIxContactsUserFolders.
Monotone-Parent: d56dcfcfa2ad9eaeb548182071e486328b8a3cce
Monotone-Revision: 8e433a63a6503dd3c80bf9a1462fdf7fe56d4c09

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-26T14:47:47
2012-01-26 14:47:47 +00:00

46 lines
661 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: top;
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; }