|
|
|
|
@ -53,12 +53,12 @@ ul {
|
|
|
|
|
.current-employee li:after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
top: 5px;
|
|
|
|
|
left: -20px;
|
|
|
|
|
top: -15px !important;
|
|
|
|
|
left: -14px !important;
|
|
|
|
|
border-left: 2px solid #000;
|
|
|
|
|
border-top: 2px solid #000;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
height: 110px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .current-employee li:last-child:after {
|
|
|
|
|
@ -114,13 +114,13 @@ li.supervisor-li:first-of-type::after{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.current-employee li.subordinate:before{
|
|
|
|
|
top: -15px !important;
|
|
|
|
|
top: -6px !important;
|
|
|
|
|
}
|
|
|
|
|
ul.current-employee, .current-employee ul{
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
|
|
|
|
.current-employee li:before{
|
|
|
|
|
left:-13px !important;
|
|
|
|
|
top: -17px !important;
|
|
|
|
|
left: -14px !important;
|
|
|
|
|
top: -15px !important;
|
|
|
|
|
width: 13px;
|
|
|
|
|
}
|