Lines Matching full:side
53 $("#side-nav").css({'padding':'0'});
132 $("#side-nav").css({position:"absolute",left:0});
136 sidenav = $("#side-nav");
150 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
155 } else if ($(".side-nav-resizable").length) {
234 /* Resize the height of the side-nav and doc-content divs,
239 // Get the window height and always resize the doc-content and side-nav divs
242 $("#side-nav").css({height:windowHeight + "px"});
267 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div,
268 * which creates the resizable side bar */
286 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all pages
452 var nodes = $("#side-nav").find("."+lang);