pandorafms/pandora_console/include/styles/agent_alerts.css

75 lines
1.1 KiB
CSS
Raw Normal View History

/* Specific CSS for Agent/Alerts view */
.agents_modules_table .table {
width: 100%;
table-layout: fixed;
}
.agents_modules_table .next_previous_step {
2020-11-25 11:36:14 +01:00
width: 0.1%;
}
.agents_modules_table .header_table_principal_cell {
text-align: right !important;
padding-right: 13px;
2020-11-25 11:36:14 +01:00
width: 20%;
}
.agents_modules_table .header_table_caption_cell {
height: 200px;
}
.agents_modules_table .position_text_module {
2020-11-25 11:36:14 +01:00
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
2021-04-22 17:10:59 +02:00
#img-full-screen {
width: 12em;
}
#full_screen_refresh_box,
#slc-refresh-rate,
#img-full-screen {
float: right;
}
#full_screen_refresh_box > li > label {
width: 100px;
margin-left: 20px;
}
.full_screen_button {
color: transparent;
width: 20%;
border: 0;
}
2020-11-25 11:59:03 +01:00
.agent_alerts_header_pure {
position: absolute;
2021-04-22 17:10:59 +02:00
z-index: 500;
2020-11-25 11:59:03 +01:00
}
.agents_alerts_header form > ul > li {
display: inline-flex;
}
.agents_alerts_header form ul {
clear: both;
width: 100%;
}
.agents_alerts_header form > ul > li:nth-child(1n + 1) {
margin-left: 2em;
}
2020-11-25 11:44:12 +01:00
.pagination-bottom {
margin-top: 15px;
}
2020-12-01 12:39:37 +01:00
.invisible {
display: none !important;
}