alignment fixed

MOE-PHASE-2-SPRINT-1
Sultan khan 3 years ago
parent f383fc83e9
commit b8b2fce97e

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