fixed niouseletter on mobile

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-07 12:18:15 +01:00
parent a477dbb8ec
commit 2f02bb6485
4 changed files with 46 additions and 25 deletions

View File

@ -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);
}
}
// }
};
/**