changes in service map widget: always show legend and fix visual problem

This commit is contained in:
alejandro-campos 2019-11-14 15:21:24 +01:00
parent d4c4b3c2d8
commit 994b3a9bff

View File

@ -3000,7 +3000,6 @@ div.nodata_container {
/* service map */ /* service map */
#container_servicemap_legend { #container_servicemap_legend {
position: absolute; position: absolute;
width: 200px;
background: #fff; background: #fff;
margin-top: 10px; margin-top: 10px;
right: 2px; right: 2px;
@ -3014,10 +3013,6 @@ div.nodata_container {
text-align: left; text-align: left;
} }
.legend_servicemap_item {
display: none;
}
/* agent modules*/ /* agent modules*/
.legend_square { .legend_square {
width: 20px; width: 20px;