File: dtree.css

package info (click to toggle)
sogo 2.2.9%2Bgit20141017-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 43,812 kB
  • sloc: objc: 115,592; python: 5,696; sh: 1,380; perl: 861; makefile: 240; xml: 114; sql: 53; php: 43
file content (49 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*--------------------------------------------------|
| 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;
  line-height: 2em;
}

.dtree a.node:hover
{
  text-decoration: none;
}

.dtree .clip
{
  overflow: hidden;
}

.dTreeNode
{ height: 22px; }

.dTreeNode._selected
{ background-color: #9ABCD8; }