Merge branch 'ent-3903-Dashboard-mostrar-leyenda-en-mapa-de-servicio' into 'develop'
changes in service map widget: always show legend and fix visual problem See merge request artica/pandorafms!2889
This commit is contained in:
commit
325eff607e
|
@ -3027,7 +3027,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;
|
||||||
|
@ -3041,10 +3040,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;
|
||||||
|
|
Loading…
Reference in New Issue