Lines Matching defs:height
93 $("#swapper").css({height:swapperHeight + "px"}); property
94 sidenav.css({height:windowHeight + "px"}); property
95 content.css({height:windowHeight + "px"}); property
96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property
97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"}); property
98 …$("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for … property
99 devdocNav.css({height:sidenav.css("height")}); property
100 $("#nav-tree").css({height:swapperHeight + "px"}); property
311 classesNav.css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"}); property
313 $("#swapper").css({height:swapperHeight + "px"}); property
314 …$("#packages-nav").css({height:parseInt(resizePackagesNav.css("height")) - 6 + "px"}); //move 6px … property
328 docContent.css({height:windowHeight + "px"}); property
329 $("#side-nav").css({height:windowHeight + "px"}); property
335 $("#swapper").css({height:swapperHeight + "px"}); property
336 … $("#classes-nav").css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"}); property
337 $("#nav-tree").css({height:swapperHeight + "px"}); property
341 $("#devdoc-nav").css({height:sidenav.css("height")}); property