mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-11077-arreglar-espaciado-en-la-informacion-de-modulos-widget-tree-view' into 'develop'
Ent 11077 arreglar espaciado en la informacion de modulos widget tree view See merge request artica/pandorafms!6390
This commit is contained in:
commit
368155fa99
@ -792,7 +792,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
|
|||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
'white-box-content mrgn_top_0 mrgn_btn_0px',
|
'white-box-content-no-height mrgn_top_0 mrgn_btn_0px',
|
||||||
'white_table_flex'
|
'white_table_flex'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -812,7 +812,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
|
|||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
'white-box-content mrgn_top_0 mrgn_btn_0px border-bottom-gray',
|
'white-box-content-no-height mrgn_top_0 mrgn_btn_0px border-bottom-gray',
|
||||||
'white_table_flex'
|
'white_table_flex'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -987,7 +987,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
|
|||||||
true,
|
true,
|
||||||
empty($table_advanced->data),
|
empty($table_advanced->data),
|
||||||
'',
|
'',
|
||||||
'white-box-content mrgn_top_0 mrgn_btn_0px border-bottom-gray',
|
'white-box-content-no-height mrgn_top_0 mrgn_btn_0px border-bottom-gray',
|
||||||
'white_table_flex'
|
'white_table_flex'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -6443,6 +6443,18 @@ div#status_pie {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.white-box-content-no-height {
|
||||||
|
width: 100%;
|
||||||
|
background-color: #fff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
/*border: 1px solid #e2e2e2;*/
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 10px;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.white-box-content-clean {
|
.white-box-content-clean {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user