Lines Matching refs:width
77 var windowWidth = $(window).width() + "px";
81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property
84 sidenav.css({width:navWidth}); property
85 resizePackagesNav.css({width:navWidth}); property
86 classesNav.css({width:navWidth}); property
87 $("#packages-nav").css({width:navWidth}); property
355 var windowWidth = $(window).width() + "px";
365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property
368 resizePackagesNav.css({width:sidenavWidth}); property
369 classesNav.css({width:sidenavWidth}); property
370 $("#packages-nav").css({width:sidenavWidth}); property