diff options
Diffstat (limited to 'static/saclay/js/interface.js')
-rw-r--r-- | static/saclay/js/interface.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/saclay/js/interface.js b/static/saclay/js/interface.js index ebfa527..ba14b15 100644 --- a/static/saclay/js/interface.js +++ b/static/saclay/js/interface.js @@ -164,6 +164,8 @@ $(function(){ $('#id_speed').change(change_routing_speed); $('#haystack-search-page').click(welcome_search); + $(".olControlSimplePanZoom").css('right', '80px'); + $(".olControlSimplePanZoom").css('left', 'auto'); }); function change_routing_speed(){ |