mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix OpenMPTCProuter status page CSS for IPv6
This commit is contained in:
parent
842ab954d0
commit
1bd9c2d824
1 changed files with 8 additions and 8 deletions
|
@ -71,7 +71,7 @@ ul {
|
|||
-moz-transition: all 0.5s;
|
||||
}
|
||||
.tree ul ul {
|
||||
padding-left: 85px;
|
||||
padding-left: 5px;
|
||||
position: relative;
|
||||
}
|
||||
.tree > ul > li:first-child {
|
||||
|
@ -152,7 +152,7 @@ right connector from last child*/
|
|||
top: 50%;
|
||||
left: 0;
|
||||
border-top: 2px solid black;
|
||||
width: 85px;
|
||||
width: 7px;
|
||||
height: 100%;
|
||||
}
|
||||
.tree li a {
|
||||
|
@ -222,7 +222,7 @@ right connector from last child*/
|
|||
width: 2px;
|
||||
/*height: 50%;*/
|
||||
height: 55px;
|
||||
left: 200px;
|
||||
left: 240px;
|
||||
/* z-index: -10;*/
|
||||
}
|
||||
/*Time for some hover effects*/
|
||||
|
@ -243,9 +243,9 @@ Thanks :)*/
|
|||
.network-node {
|
||||
position: relative;
|
||||
background-color: #f3f3f3;
|
||||
padding: 12px;
|
||||
width: 400px;
|
||||
max-width: 400px;
|
||||
padding: 8px;
|
||||
width: 480px;
|
||||
max-width: 480px;
|
||||
box-sizing: border-box;
|
||||
min-height: 170px;
|
||||
}
|
||||
|
@ -282,7 +282,7 @@ Thanks :)*/
|
|||
.network-node .info {
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 250px;
|
||||
width: 330px;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #757575;
|
||||
|
@ -319,7 +319,7 @@ Thanks :)*/
|
|||
width:5px;
|
||||
border-right:2px dotted black;
|
||||
height:70px;
|
||||
padding-right: 195px;
|
||||
padding-right: 240px;
|
||||
}
|
||||
#omr {
|
||||
min-height: 190px;
|
||||
|
|
Loading…
Reference in a new issue