GeoView : Issue 3749 : syncronize the crosshair to the new position.
svn: r14896
This commit is contained in:
parent
7af6dd4490
commit
17e6af2afb
@ -225,7 +225,7 @@ _JAVASCRIPT = '''<script>
|
|||||||
crosshairs.style.border='0';
|
crosshairs.style.border='0';
|
||||||
crosshairs.style.position='fixed';
|
crosshairs.style.position='fixed';
|
||||||
crosshairs.style.top='50%';
|
crosshairs.style.top='50%';
|
||||||
crosshairs.style.marginTop='+2px';
|
crosshairs.style.marginTop='-18px';
|
||||||
crosshairs.style.left='50%';
|
crosshairs.style.left='50%';
|
||||||
crosshairs.style.marginLeft='-13px';
|
crosshairs.style.marginLeft='-13px';
|
||||||
crosshairs.style.zIndex='500';
|
crosshairs.style.zIndex='500';
|
||||||
|
Loading…
Reference in New Issue
Block a user