1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

CSS change to make status pages looking good on other themes

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-15 15:52:46 +02:00
parent c1063c9177
commit 5b9b3f8a72

View file

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