errors with admimistrator actor in use case model and html-docs created
[RRRRHHHH_Artifacts] / It2Artifacts(E) / html-docs / assets / css / jquery.bonsai.css
1 .bonsai,
2 .bonsai li {
3   margin: 0;
4   padding: 0;
5   list-style: none;
6   overflow: hidden;
7 }
8
9 .bonsai li {
10   position: relative;
11   padding-left: 1.3em; /* padding for the thumb */
12 }
13
14 li .thumb {
15   margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
16   position: absolute;
17   cursor: pointer;
18 }
19
20 li.has-children > .thumb:after {
21   content: '▸';
22 }
23
24 li.has-children.expanded > .thumb:after {
25   content: '▾';
26 }
27
28 li.collapsed > ol.bonsai {
29   height: 0;
30   overflow: hidden;
31 }
32
33 .bonsai .all,
34 .bonsai .none {
35   cursor: pointer;
36 }