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

svn: r14895
This commit is contained in:
Serge Noiraud 2010-03-21 16:21:07 +00:00
parent f0e4a17c99
commit 7595be65f2

View File

@ -204,7 +204,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';