2021-02-18 12:47:42 +01:00
|
|
|
div#page {
|
2021-05-25 11:58:18 +02:00
|
|
|
width: auto;
|
2021-02-18 12:47:42 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2021-04-06 16:47:32 +02:00
|
|
|
|
|
|
|
.networkconsole {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.networkconsole svg {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.minimap {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
}
|
|
|
|
.holding_networkmap {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 50px;
|
|
|
|
top: 20px;
|
|
|
|
}
|
2021-04-29 12:45:35 +02:00
|
|
|
|
|
|
|
.select-dashboard-width {
|
|
|
|
width: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tab li.nomn form#form-select-dashboard {
|
|
|
|
margin-top: 0px !important;
|
|
|
|
}
|