Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 210: | Line 210: | ||
var ua = navigator.userAgent; | var ua = navigator.userAgent; | ||
if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){ | if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){ | ||
- | setTimeout(function(){topimg();}, | + | setTimeout(function(){topimg();},1100); |
- | $("#container").css({marginTop:' | + | $("#container").css({marginTop:'65px',marginLeft:'0px'}); |
}else{ | }else{ | ||
$("#close").removeClass('close'); | $("#close").removeClass('close'); |
Latest revision as of 02:43, 11 October 2014