FSN#35422 Zoeken in menuopties layout
svn path=/Website/trunk/; revision=28490
This commit is contained in:
@@ -125,7 +125,8 @@ if (device.test(device.isTouch)) { %>
|
||||
var newHeight = $(window).height() - divTop - $("#topdivider").outerHeight();
|
||||
$("#menudivider").height(newHeight);
|
||||
$("#menutoggler").css("top", newHeight - 5 - $("#menutoggler").outerHeight() + "px");
|
||||
$("#maintabs,#menutabs").height(newHeight - $("#menutabs").outerHeight() + $("#menutabs").height() - 30);
|
||||
$("#menutabs").height(newHeight - $("#menutabs").outerHeight() + $("#menutabs").height() - 30);
|
||||
$("#maintabs").height(newHeight - $("#menutabs").outerHeight() + $("#menutabs").height());
|
||||
|
||||
var tabsHeaderHeight = ($("#menutabs>.ui-tabs-nav").outerHeight());
|
||||
var contentHeight = $("#menutabs").height()- tabsHeaderHeight;
|
||||
|
||||
Reference in New Issue
Block a user