GeoView : Issue 3749 : syncronize the crosshair to the new position.

svn: r14896
This commit is contained in:
Serge Noiraud 2010-03-21 16:21:41 +00:00
parent 7af6dd4490
commit 17e6af2afb

View File

@ -225,7 +225,7 @@ _JAVASCRIPT = '''<script>
crosshairs.style.border='0';
crosshairs.style.position='fixed';
crosshairs.style.top='50%';
crosshairs.style.marginTop='+2px';
crosshairs.style.marginTop='-18px';
crosshairs.style.left='50%';
crosshairs.style.marginLeft='-13px';
crosshairs.style.zIndex='500';