diff --git a/luci-app-openmptcprouter/htdocs/luci-static/resources/openmptcprouter/css/wanstatus.css b/luci-app-openmptcprouter/htdocs/luci-static/resources/openmptcprouter/css/wanstatus.css index 461c9090f..b9c6b535f 100644 --- a/luci-app-openmptcprouter/htdocs/luci-static/resources/openmptcprouter/css/wanstatus.css +++ b/luci-app-openmptcprouter/htdocs/luci-static/resources/openmptcprouter/css/wanstatus.css @@ -96,7 +96,7 @@ ul { width: 85px; height: 50%; float: left; - z-index: -10; + /*z-index: -10;*/ /* position: absolute; top: 0; @@ -215,13 +215,15 @@ right connector from last child*/ .tree ul li#networkRootNode:not(:first-child) td::before { content: ''; position: absolute; - top: 0; + /*top: 0;*/ + top: 75px; border-left: 2px solid black; border-bottom: none; width: 2px; - height: 50%; + /*height: 50%;*/ + height: 65px; left: 200px; - z-index: -10; + /* z-index: -10;*/ } /*Time for some hover effects*/ /*We will apply the hover effect the the lineage of the element also*/