#11271 fix style azure configuration
This commit is contained in:
parent
68c86b3156
commit
aa22026b45
|
@ -12223,3 +12223,11 @@ div.parent_graph > p.legend_background > table > tbody > tr {
|
||||||
.toggle-traffic-graph {
|
.toggle-traffic-graph {
|
||||||
margin: 0px !important;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -545,7 +545,8 @@ table.filter-table-adv td {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.filter-table-adv-manual > div,
|
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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue