pandorafms/pandora_console/include/styles/agent_view.css

34 lines
564 B
CSS
Raw Normal View History

2019-05-29 11:21:57 +02:00
text.text-tooltip {
font-family: "lato-bolder", "Open Sans", sans-serif;
2019-06-03 19:13:29 +02:00
font-weight: bold;
2019-05-29 11:21:57 +02:00
}
div#bullets_modules span {
font-family: "lato-bolder", "Open Sans", sans-serif;
2019-05-29 11:21:57 +02:00
}
2019-05-29 12:06:05 +02:00
table#agent_interface_info .noresizevc.graph {
width: 500px;
2019-05-29 12:06:05 +02:00
}
div.agent_details_agent_alias {
flex: 1;
}
div.agent_details_agent_alias * {
font-family: "lato-bolder", "Open Sans", sans-serif;
2019-05-29 12:06:05 +02:00
}
2019-06-03 19:13:29 +02:00
2019-06-04 13:57:55 +02:00
#module_list {
width: 100%;
}
2019-06-03 19:13:29 +02:00
#module_filter_agent_view tr td {
padding-bottom: 3em;
}
#div_all_events_24h {
border-bottom: 1px solid #ebebeb;
padding-bottom: 3em;
}