Import src directory from OpenRico 2.1
[misc/kostenrechnung] / lib / rico / css / ricoTree.css
1 /* ricoTree */
2
3 .ricoTreeContainer {
4   background-color:#cedebd;
5   padding:4px;
6   border:1px solid black;
7   top:0px;
8   left:0px;
9   position:absolute;
10   z-index:9999;
11 }
12
13 .ricoTree {
14   border:thin inset;
15   overflow:auto;
16   background-color:#FFF;
17 }
18
19 .ricoTree p, .ricoTree a {
20   margin:0px;
21   padding-left:0.3em;
22   white-space:nowrap;
23 }
24
25 .ricoTree a {
26   cursor:pointer;
27   text-decoration:none;
28 }
29
30 .ricoTree a:hover {
31   background-color:#EEE;
32 }
33
34 .ricoTree img {
35   margin:0px;
36   padding:0px;
37   display:block;
38 }
39
40 .ricoTreeContainer *, .ricoTree * {
41   font-size:8pt;
42   white-space:nowrap;
43 }
44
45 .ricoTreeButtons span:hover {
46   background-color:#deeecd;
47 }