Skip to content

Commit d0480ce

Browse files
align position id on path position cards
1 parent 2f38e62 commit d0480ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
13121312

13131313
div = document.createElement('div');
13141314

1315-
html = "<div style='line-height:16px'>";
1315+
html = "<div style='line-height:16px;position:relative;'>";
13161316
html += "<img style='position:absolute;top:"+vehicle.image_src_offset.y+"px;left:"+vehicle.image_src_offset.x+"px;" +
13171317
"width:"+vehicle.image_src_size.width+"px;height:"+vehicle.image_src_size.height+"px'" +
13181318
" src='"+vehicle.image_src+"' />";

0 commit comments

Comments
 (0)