git_sitools_idoc / Module_DatasetExplorerOchart_sitools2 / custom.css @ 20ff13ec
1 |
|
---|---|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
/* list stuff */
|
13 |
#org{
|
14 |
background-color : white; |
15 |
margin : 10px; |
16 |
padding : 10px; |
17 |
} |
18 |
|
19 |
#show-list{
|
20 |
cursor : pointer; |
21 |
} |
22 |
|
23 |
/* bootstrap overrides */
|
24 |
.alert-message{
|
25 |
margin: 2px 0; |
26 |
} |
27 |
|
28 |
.topbar{
|
29 |
position : absolute; |
30 |
} |
31 |
|
32 |
/* Custom chart styling */
|
33 |
.ExtJSOrgChart {
|
34 |
margin : 10px; |
35 |
padding : 20px; |
36 |
} |
37 |
|
38 |
/* Custom node styling */
|
39 |
.ExtJSOrgChart .node { |
40 |
font-size : 11x; |
41 |
text-align : center; |
42 |
#vertical-align : middle; |
43 |
#line-height : 50px; |
44 |
background-color : #35363B; |
45 |
border-radius : 8px; |
46 |
!border : 1px solid gray; |
47 |
#color : #FFFF00; |
48 |
|
49 |
|
50 |
-moz-border-radius : 8px; |
51 |
} |
52 |
.node p{ |
53 |
font-family : tahoma; |
54 |
font-size : 10px; |
55 |
line-height : 11px; |
56 |
padding : 2px; |
57 |
} |
58 |
.datasetimg{
|
59 |
cursor : pointer; |
60 |
|
61 |
} |
62 |
.level1img{
|
63 |
height:60px; |
64 |
border-radius : 50%; |
65 |
} |
66 |
.ExtJSOrgChart .leaf:hover{ |
67 |
background-color: #FFE0AE; |
68 |
transition: background-color 800ms ease 0s; |
69 |
} |
70 |
.hide {
|
71 |
display: none; |
72 |
} |
73 |
.img_detail{
|
74 |
background: url("zoom.png") repeat scroll 0 0 / 28px 28px rgba(0, 0, 0, 0); |
75 |
height: 28px; |
76 |
width: 28px; |
77 |
cursor: pointer; |
78 |
} |
79 |
.nbrecords{
|
80 |
font-size: 10px; |
81 |
color: #444; |
82 |
font-weight: normal; |
83 |
} |
84 |
.datasettitle{
|
85 |
margin-top: 5px; |
86 |
} |