Skip to content
Snippets Groups Projects
Commit 7065f83f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove iPad specific styling for VuDL.

parent e74d1460
Branches issue/24887
Tags instance/fid_adlr/alpha/24887
No related merge requests found
...@@ -76,11 +76,9 @@ ...@@ -76,11 +76,9 @@
'width' :state.map.width, 'width' :state.map.width,
'height':state.map.height 'height':state.map.height
}); });
if(navigator.userAgent.match(/iPad/i) == null) { state.zoombar.css({
state.zoombar.css({ 'bottom' :(state.map.size+state.map.margin-state.map.height)/2+state.map.height+3
'bottom' :(state.map.size+state.map.margin-state.map.height)/2+state.map.height+3 });
});
}
// Initialize map lens // Initialize map lens
state.scope.css({ state.scope.css({
'width' :state.map.width-2, 'width' :state.map.width-2,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment