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:
commit
305941bb1d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue