Merge branch 'ent-11271-estilos-del-discovery-de-azure-mal' into 'develop'
Ent 11271 estilos del discovery de azure mal See merge request artica/pandorafms!5960
This commit is contained in:
commit
f0293d5a64
|
@ -671,7 +671,6 @@ function html_print_select_groups(
|
|||
step: params.page || 1,
|
||||
strict: "<?php echo $strict_user; ?>",
|
||||
not_condition: $('#not_condition_switch').prop('checked'),
|
||||
returnAllGroup: <?php echo (int) $returnAllGroup; ?>
|
||||
}
|
||||
|
||||
return query;
|
||||
|
|
|
@ -12299,6 +12299,14 @@ div.parent_graph > p.legend_background > table > tbody > tr {
|
|||
margin: 0px !important;
|
||||
}
|
||||
|
||||
form.max_floating_element_size > ul#ul_tree_azure {
|
||||
background-color: #fff;
|
||||
border-spacing: 0px;
|
||||
border-radius: 6px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
#grid_img {
|
||||
position: absolute;
|
||||
margin-top: -2px;
|
||||
|
|
|
@ -545,7 +545,8 @@ table.filter-table-adv td {
|
|||
}
|
||||
|
||||
div.filter-table-adv-manual > div,
|
||||
table.filter-table-adv td > div {
|
||||
table.filter-table-adv td > div,
|
||||
table.filter-table-adv td > div.ec2_instance_metrics > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue