Line | |
---|
1 | .p-organizationchart-table {
|
---|
2 | border-spacing: 0;
|
---|
3 | border-collapse: separate;
|
---|
4 | margin: 0 auto;
|
---|
5 | }
|
---|
6 |
|
---|
7 | .p-organizationchart-table > tbody > tr > td {
|
---|
8 | text-align: center;
|
---|
9 | vertical-align: top;
|
---|
10 | padding: 0 .75rem;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .p-organizationchart-node-content {
|
---|
14 | display: inline-block;
|
---|
15 | position: relative;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .p-organizationchart-node-content .p-node-toggler {
|
---|
19 | position: absolute;
|
---|
20 | bottom: -.75rem;
|
---|
21 | margin-left: -.75rem;
|
---|
22 | z-index: 2;
|
---|
23 | left: 50%;
|
---|
24 | user-select: none;
|
---|
25 | cursor: pointer;
|
---|
26 | width: 1.5rem;
|
---|
27 | height: 1.5rem;
|
---|
28 | }
|
---|
29 |
|
---|
30 | .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon {
|
---|
31 | position: relative;
|
---|
32 | top: .25rem;
|
---|
33 | }
|
---|
34 |
|
---|
35 | .p-organizationchart-line-down {
|
---|
36 | margin: 0 auto;
|
---|
37 | height: 20px;
|
---|
38 | width: 1px;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .p-organizationchart-line-right {
|
---|
42 | border-radius: 0px;
|
---|
43 | }
|
---|
44 |
|
---|
45 | .p-organizationchart-line-left {
|
---|
46 | border-radius: 0;
|
---|
47 | }
|
---|
48 |
|
---|
49 | .p-organizationchart-selectable-node {
|
---|
50 | cursor: pointer;
|
---|
51 | }
|
---|
52 |
|
---|
53 | .p-organizationchart .p-organizationchart-node-hidden {
|
---|
54 | display: none;
|
---|
55 | }
|
---|
56 |
|
---|
57 | .p-organizationchart-preservespace .p-organizationchart-node-hidden {
|
---|
58 | visibility: hidden;
|
---|
59 | display: inherit;
|
---|
60 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.