Merge branch 'ent-7361-fallos-visuales-agent-alerts' into 'develop'

Fixed visual issues

Closes pandora_enterprise#7361

See merge request artica/pandorafms!4061
This commit is contained in:
Daniel Rodriguez 2021-05-25 15:52:22 +00:00
commit 305941bb1d
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@
justify-content: center; justify-content: center;
} }
#img-full-screen {
width: 12em;
}
#full_screen_refresh_box, #full_screen_refresh_box,
#slc-refresh-rate, #slc-refresh-rate,
#img-full-screen { #img-full-screen {
@ -45,6 +49,7 @@
.agent_alerts_header_pure { .agent_alerts_header_pure {
position: absolute; position: absolute;
z-index: 500;
} }
.agents_alerts_header form > ul > li { .agents_alerts_header form > ul > li {