pandorafms/pandora_console/include/styles/cluster_view.css

26 lines
362 B
CSS
Raw Normal View History

2020-05-20 19:04:42 +02:00
.agent_details_col {
max-height: 340px;
overflow: hidden;
margin: 0.5em 0.5em;
}
2020-05-20 19:04:42 +02:00
.agent_details_col_left {
min-width: 370px;
flex: 1 1 370px;
}
2020-05-20 19:04:42 +02:00
.agent_details_col_right {
align-self: flex-end;
min-width: 500px;
flex: 3 3 500px;
}
2020-05-20 19:04:42 +02:00
.agent_details_col_right .cluster-map {
width: 100%;
height: 100%;
}
2020-05-21 19:28:24 +02:00
.w100p.modules {
min-width: 985px;
}