pandorafms/pandora_console/include/styles/agent_alerts.css

75 lines
1.1 KiB
CSS

/* Specific CSS for Agent/Alerts view */
.agents_modules_table .table {
width: 100%;
table-layout: fixed;
}
.next_previous_step {
width: 0.1%;
}
.header_table_principal_cell {
text-align: left !important;
padding-right: 13px;
width: 5%;
}
.header_table_caption_cell {
text-align: center !important;
}
.agents_modules_table .position_text_module {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#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;
}
.agent_alerts_header_pure {
position: absolute;
z-index: 500;
}
.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;
}
.pagination-bottom {
margin-top: 15px;
}
.invisible {
display: none !important;
}