pandorafms/pandora_console/include/styles/meta_dashboards.css

25 lines
314 B
CSS
Raw Normal View History

2021-02-18 12:47:42 +01:00
div#page {
width: 90% !important;
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;
}