fixed niouseletter on mobile
This commit is contained in:
@ -420,12 +420,13 @@
|
||||
* layout
|
||||
*/
|
||||
function initLayout(){
|
||||
if(!_max_768()){
|
||||
trace("initLayout");
|
||||
// if(!_max_768()){
|
||||
var height = $('#header').h() + $('#tasks').h();
|
||||
|
||||
if(!_max_480() && !_touch ){
|
||||
height += $('#utilities').h()+15;
|
||||
}
|
||||
// if(!_max_480() && !_touch ){
|
||||
height += $('#utilities').h();//+15;
|
||||
// }
|
||||
|
||||
//$('#main').css('margin-top', height+15);
|
||||
// $('#container').css('padding-top', height+15);
|
||||
@ -433,7 +434,7 @@
|
||||
if(!$('html').is(".ie8")){
|
||||
$('#container').animate({'padding-top':height}, 300);
|
||||
}
|
||||
}
|
||||
// }
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user