Lines Matching full:width
77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
84 sidenav.css({width:navWidth});
85 resizePackagesNav.css({width:navWidth});
86 classesNav.css({width:navWidth});
87 $("#packages-nav").css({width:navWidth});
151 var cookieWidth = readCookie(cookiePath+'width');
267 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div,
270 var windowWidth = $(window).width() + "px";
272 var sidenavWidth = sidenav.css("width");
279 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
282 resizePackagesNav.css({width:sidenavWidth});
283 classesNav.css({width:sidenavWidth});
284 $("#packages-nav").css({width:sidenavWidth});
289 writeCookie("width", sidenavWidth, section, null);
294 * because it can't properly perform auto width for "doc-content" div,