pandorafms/pandora_console/include/styles/agent_alerts.css

63 lines
1.0 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;
}
2020-11-25 11:36:14 +01:00
/* .agents_modules_table .position_text_module div {
padding-left: 10px;
margin-top: 90px;
} */
#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;
}
.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;
}