pandorafms/pandora_console/include/styles/agent_view.css

73 lines
1.1 KiB
CSS
Raw Normal View History

2019-05-29 11:21:57 +02:00
text.text-tooltip {
font-weight: 700;
2019-05-29 11:21:57 +02:00
}
div#bullets_modules span {
font-weight: 700;
2019-05-29 11:21:57 +02:00
}
2019-05-29 12:06:05 +02:00
2022-12-23 10:21:53 +01:00
div.agent_details_agent_caption {
2019-05-29 12:06:05 +02:00
flex: 1;
}
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 {
2023-01-03 10:13:58 +01:00
/*padding-bottom: 3em;*/
2019-06-03 19:13:29 +02:00
}
#div_all_events_24h {
2023-01-10 10:18:37 +01:00
/*border-bottom: 1px solid #ebebeb;*/
2019-06-03 19:13:29 +02:00
padding-bottom: 3em;
}
2019-06-18 17:40:31 +02:00
#rect1,
#rect2 {
z-index: 10;
position: absolute;
height: 238px;
width: 0px;
background: #3d84a8;
}
.agent-animation {
height: 300px;
width: 600px;
background: #3d84a8;
border-radius: 3px;
position: relative;
padding: 32px;
}
.agent-animation:before {
content: "";
position: absolute;
left: 30px;
top: 30px;
height: 240px;
width: 2px;
background: #48466d;
}
.agent-animation:after {
content: "";
position: absolute;
left: 30px;
bottom: 30px;
height: 2px;
width: 540px;
background: #48466d;
}
.agent-animation svg {
position: absolute;
left: 32px;
top: 30px;
width: 540px !important;
}
.agent-animation svg .cls-1 {
fill: none;
stroke: #abedd8;
stroke-miterlimit: 10;
stroke-width: 2px;
}