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

Change wizard interface, add VPS admin support,...

This commit is contained in:
Ycarus 2018-11-27 15:21:47 +01:00
parent 7f8f15b6fa
commit 0c54e920d8
11 changed files with 402 additions and 238 deletions

View file

@ -197,6 +197,9 @@ right connector from last child*/
height: 30px;
z-index: -10;
}
.remote-from-lease a {
height: 90px;
}
.tree li#networkRootNode {
padding: 25px 0 0 0;
}
@ -242,6 +245,7 @@ Thanks :)*/
width: 400px;
max-width: 400px;
box-sizing: border-box;
height: 170px;
}
.network-node .equipment-icon {
position: relative;
@ -301,4 +305,19 @@ Thanks :)*/
}
#networkRootNode table td {
border-top: 0px;
}
.vertdash {
width:5px;
border-right:2px dotted black;
height:70px;
padding-right: 195px;
}
#omr {
height: 190px;
}
#omr-vps {
height: 160px;
}
.space {
height: 55px;
}