| 1 |
/* Basic styling */ |
| 2 |
/* Draw the lines */ |
| 3 |
.jOrgChart .line { |
| 4 |
height : 20px; |
| 5 |
width : 1px; |
| 6 |
} |
| 7 |
|
| 8 |
.jOrgChart table tr {border:0px !important} |
| 9 |
|
| 10 |
.jOrgChart img {border-radius:0px !important} |
| 11 |
|
| 12 |
.jOrgChart .down { |
| 13 |
background-color : #ABABAB; |
| 14 |
margin : 0px auto; |
| 15 |
} |
| 16 |
|
| 17 |
.jOrgChart .top { |
| 18 |
border-top : 1px solid #ABABAB; |
| 19 |
} |
| 20 |
|
| 21 |
.jOrgChart .left { |
| 22 |
border-right : 1px solid rgba(128, 128, 128, 0); |
| 23 |
float:none !important; |
| 24 |
} |
| 25 |
|
| 26 |
.jOrgChart .right { |
| 27 |
border-left : 1px solid #ABABAB; |
| 28 |
float:none !important; |
| 29 |
} |
| 30 |
|
| 31 |
/* node cell */ |
| 32 |
.jOrgChart td { |
| 33 |
text-align : center; |
| 34 |
vertical-align : top; |
| 35 |
padding : 0; |
| 36 |
} |
| 37 |
|
| 38 |
/* The node */ |
| 39 |
.jOrgChart .node { |
| 40 |
padding: 0 0 3px 0; |
| 41 |
padding: 0 0 3px 0; |
| 42 |
background-color: #35363B; |
| 43 |
display: inline-block; |
| 44 |
width: 96px; |
| 45 |
z-index: 10; |
| 46 |
margin: 0 2px; |
| 47 |
} |
| 48 |
|
| 49 |
.jOrgChart img { width: 100%; margin-bottom:0px!important} |
| 50 |
|
| 51 |
/* jQuery drag 'n drop */ |
| 52 |
|
| 53 |
.drag-active { |
| 54 |
border-style : dotted !important; |
| 55 |
} |
| 56 |
|
| 57 |
.drop-hover { |
| 58 |
border-style : solid !important; |
| 59 |
border-color : #E05E00 !important; |
| 60 |
} |
| 61 |
|
| 62 |
|
| 63 |
.jOrgChart table, .jOrgChart td {border:0px} |
| 64 |
|
| 65 |
.jOrgChart table {width: 100%; } |