Home | History | Annotate | Download | only in assets

Lines Matching refs:CSS

49   $("body").css({'overflow':'auto'});
50 $("html").css({'overflow':'auto'});
51 $("#body-content").css({'position':'relative', 'top':'0'});
52 $("#doc-content").css({'overflow':'visible', 'border-left':'3px solid #DDD'});
53 $("#side-nav").css({'padding':'0'});
54 $("#nav-tree").css({'overflow-y': 'auto'});
78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
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});
93 $("#swapper").css({height:swapperHeight + "px"});
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight});
97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"});
98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle
99 devdocNav.css({height:sidenav.css("height")});
100 $("#nav-tree").css({height:swapperHeight + "px"});
132 $("#side-nav").css({position:"absolute",left:0});
310 resizePackagesNav.css({maxHeight:swapperHeight + "px"});
311 classesNav.css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"});
313 $("#swapper").css({height:swapperHeight + "px"});
314 $("#packages-nav").css({height:parseInt(resizePackagesNav.css("height")) - 6 + "px"}); //move 6px for handle
318 writeCookie("height", resizePackagesNav.css("height"), section, null);
328 docContent.css({height:windowHeight + "px"});
329 $("#side-nav").css({height:windowHeight + "px"});
335 $("#swapper").css({height:swapperHeight + "px"});
336 $("#classes-nav").css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"});
337 $("#nav-tree").css({height:swapperHeight + "px"});
341 $("#devdoc-nav").css({height:sidenav.css("height")});
345 if ( parseInt($("#jd-content").css("height")) <= parseInt(docContent.css("height")) ) {
346 $("a[href='#top']").css({'display':'none'});
348 $("a[href='#top']").css({'display':'inline'});
358 var sidenavWidth = sidenav.css("width");
362 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar
365 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
368 resizePackagesNav.css({width:sidenavWidth});
369 classesNav.css({width:sidenavWidth});
370 $("#packages-nav").css({width:sidenavWidth});
539 node.siblings().css("display","none"); // hide all siblings
541 node.css("display","inline");
543 node.css("display","none");
544 node.siblings().filter(".en").css("display","inline");
553 node.siblings().css("display","none"); // hide all siblings
555 node.css("display","inline");
557 node.css("display","none");
558 node.siblings().filter(".en").css("display","inline");
597 See the companion CSS in android-developer-docs.css */