Merge branch 'ent-8645-estilos-dashboard-no-ajusta-bien-a-los-lados' into 'develop'
fixed visual dashboard pandora_enterprise#8645 See merge request artica/pandorafms!4770
This commit is contained in:
commit
c33cb143bf
|
@ -15,9 +15,10 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 3px;
|
||||
width: 99%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#main_pure #menu_tab_frame_view #menu_tab_left {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ul.mn {
|
||||
|
|
|
@ -7667,6 +7667,10 @@ div.graph div.legend table {
|
|||
line-height: 25px;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pandora_logs {
|
||||
width: 98%;
|
||||
float: right;
|
||||
|
|
Loading…
Reference in New Issue