pandorafms/pandora_console/include/styles/meta_dashboards.css

47 lines
680 B
CSS
Raw Normal View History

2021-02-18 12:47:42 +01:00
div#page {
2021-05-25 11:58:18 +02:00
width: auto;
}
li#select_multiple_modules_filtered {
width: 650px;
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;
}
2023-02-15 11:23:36 +01:00
.table-border-0 {
border: none !important;
border-spacing: 0px !important;
}
.big_data {
text-decoration: none;
font-size: 2em;
}
.med_data {
text-decoration: none;
font-size: 1.5em;
}