[POLICY-122] Policy GUI Fixes
[policy/engine.git] / ECOMP-SDK-APP / src / main / webapp / static / fusion / sample / org_chart / css / jquery.jOrgChart.css
1 /* Basic styling */
2 /* Draw the lines */
3 .jOrgChart .line {
4   height                : 20px;
5   width                 : 4px;
6 }
7
8 .jOrgChart .down {
9   background-color              : black;        
10   margin                                : 0px auto;
11 }
12
13 .jOrgChart .top {
14   border-top          : 3px solid black;
15 }
16
17 .jOrgChart .left {
18   border-right          : 2px solid black;
19 }
20
21 .jOrgChart .right {
22   border-left           : 2px solid black;
23 }
24
25 /* node cell */
26 .jOrgChart td {
27   text-align            : center;
28   vertical-align        : top;
29   padding               : 0;
30 }
31
32 /* The node */
33 .jOrgChart .node {
34   background-color              : #35363B;
35   display               : inline-block;
36   width                 : 120px;
37   height                : 60px;
38   z-index                               : 10;
39   margin               : 0 2px;
40 }
41
42 /* jQuery drag 'n drop */
43
44 .drag-active {
45   border-style                  : dashed !important;
46 }
47
48 .drop-hover {
49   border-style                  : solid !important;
50   border-color                  : #E05E00 !important;
51 }