|
|
|
|
@ -4,38 +4,17 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.current-employee {
|
|
|
|
|
.current-employee, .current-employee-ar {
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
}
|
|
|
|
|
// .current-employee::before{
|
|
|
|
|
// content: "";
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// top: -10px;
|
|
|
|
|
// left: -20px;
|
|
|
|
|
// border-left: 1px solid #ddd;
|
|
|
|
|
// border-bottom: 1px solid #ddd;
|
|
|
|
|
// width: 20px;
|
|
|
|
|
// height: 15px;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
// .current-employee::after{
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// content: "";
|
|
|
|
|
// top: 5px;
|
|
|
|
|
// left: -20px;
|
|
|
|
|
// border-left: 1px solid #000;
|
|
|
|
|
// border-top: 1px solid #000;
|
|
|
|
|
// width: 20px;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
margin:10px;
|
|
|
|
|
padding:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.current-employee li {
|
|
|
|
|
.current-employee, .current-employee-ar li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 10px 0 10px 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
@ -60,6 +39,17 @@ ul {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 110px !important;
|
|
|
|
|
}
|
|
|
|
|
.current-employee-ar li:after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
top: -22px !important;
|
|
|
|
|
right: -16px !important;
|
|
|
|
|
border-right: 2px solid #000 !important;
|
|
|
|
|
border-top: 2px solid #000;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 176px !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .current-employee li:last-child:after {
|
|
|
|
|
// display: none;
|
|
|
|
|
@ -75,7 +65,17 @@ ul {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.supervisor li {
|
|
|
|
|
.supervisor-ar li:after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
top: 46px;
|
|
|
|
|
right: -16px;
|
|
|
|
|
border-right: 2px solid #000;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 74px;
|
|
|
|
|
}
|
|
|
|
|
.supervisor li, .supervisor-ar li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 10px 0 10px 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
@ -92,13 +92,24 @@ ul {
|
|
|
|
|
height: 55px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.supervisor-ar li:before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -12px;
|
|
|
|
|
right: -16px;
|
|
|
|
|
border-bottom: 2px solid #000;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 62px;
|
|
|
|
|
border-right: 2px solid #000;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
// li:last-child:after, li:last-child:before {
|
|
|
|
|
// display: none;
|
|
|
|
|
// }
|
|
|
|
|
.supervisor li:last-child:after{
|
|
|
|
|
.supervisor li:last-child:after, .supervisor-ar li:last-child:after{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
.supervisor-li li:last-child:after, li.supervisor-li:last-of-type::after{
|
|
|
|
|
.supervisor-li li:last-child:after, li.supervisor-li:last-of-type::after, .supervisor-li-ar li:last-child:after, li.supervisor-li-ar:last-of-type::after{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -109,12 +120,20 @@ li.supervisor-li:first-of-type::before{
|
|
|
|
|
height: 65px;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
li.supervisor-li:first-of-type::after{
|
|
|
|
|
li.supervisor-li-ar:first-of-type::before{
|
|
|
|
|
border-top: 0;
|
|
|
|
|
top: 45px;
|
|
|
|
|
height: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.supervisor-li:first-of-type::after{
|
|
|
|
|
top: 45px;
|
|
|
|
|
}
|
|
|
|
|
li.supervisor-li-ar:first-of-type::after{
|
|
|
|
|
top: 45px;
|
|
|
|
|
}
|
|
|
|
|
.current-employee li.subordinate:before{
|
|
|
|
|
top: -6px !important;
|
|
|
|
|
top: -13px !important;
|
|
|
|
|
}
|
|
|
|
|
ul.current-employee, .current-employee ul{
|
|
|
|
|
margin:0;
|
|
|
|
|
@ -123,4 +142,22 @@ ul.current-employee, .current-employee ul{
|
|
|
|
|
left: -14px !important;
|
|
|
|
|
top: -15px !important;
|
|
|
|
|
width: 13px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.current-employee-ar li.subordinate-ar:before{
|
|
|
|
|
top: -13px !important;
|
|
|
|
|
}
|
|
|
|
|
ul.current-employee-ar, .current-employee-ar ul{
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
|
|
|
|
.current-employee-ar li:before{
|
|
|
|
|
left: -14px !important;
|
|
|
|
|
top: -16px !important;
|
|
|
|
|
width: 15px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|