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

Fix OpenMPTCProuter status page CSS for IPv6

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-01-21 11:29:18 +01:00
parent 842ab954d0
commit 1bd9c2d824

View file

@ -71,7 +71,7 @@ ul {
-moz-transition: all 0.5s; -moz-transition: all 0.5s;
} }
.tree ul ul { .tree ul ul {
padding-left: 85px; padding-left: 5px;
position: relative; position: relative;
} }
.tree > ul > li:first-child { .tree > ul > li:first-child {
@ -152,7 +152,7 @@ right connector from last child*/
top: 50%; top: 50%;
left: 0; left: 0;
border-top: 2px solid black; border-top: 2px solid black;
width: 85px; width: 7px;
height: 100%; height: 100%;
} }
.tree li a { .tree li a {
@ -222,7 +222,7 @@ right connector from last child*/
width: 2px; width: 2px;
/*height: 50%;*/ /*height: 50%;*/
height: 55px; height: 55px;
left: 200px; left: 240px;
/* z-index: -10;*/ /* z-index: -10;*/
} }
/*Time for some hover effects*/ /*Time for some hover effects*/
@ -243,9 +243,9 @@ Thanks :)*/
.network-node { .network-node {
position: relative; position: relative;
background-color: #f3f3f3; background-color: #f3f3f3;
padding: 12px; padding: 8px;
width: 400px; width: 480px;
max-width: 400px; max-width: 480px;
box-sizing: border-box; box-sizing: border-box;
min-height: 170px; min-height: 170px;
} }
@ -282,7 +282,7 @@ Thanks :)*/
.network-node .info { .network-node .info {
position: relative; position: relative;
float: right; float: right;
width: 250px; width: 330px;
text-align: left; text-align: left;
font-size: 12px; font-size: 12px;
color: #757575; color: #757575;
@ -319,7 +319,7 @@ Thanks :)*/
width:5px; width:5px;
border-right:2px dotted black; border-right:2px dotted black;
height:70px; height:70px;
padding-right: 195px; padding-right: 240px;
} }
#omr { #omr {
min-height: 190px; min-height: 190px;