changes in service map widget: always show legend and fix visual problem
This commit is contained in:
parent
d4c4b3c2d8
commit
994b3a9bff
|
@ -3000,7 +3000,6 @@ div.nodata_container {
|
|||
/* service map */
|
||||
#container_servicemap_legend {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
background: #fff;
|
||||
margin-top: 10px;
|
||||
right: 2px;
|
||||
|
@ -3014,10 +3013,6 @@ div.nodata_container {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.legend_servicemap_item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* agent modules*/
|
||||
.legend_square {
|
||||
width: 20px;
|
||||
|
|
Loading…
Reference in New Issue