Home | History | Annotate | Download | only in js

Lines Matching refs:px

238           $('.start-course-link').css({'border-bottom':'1px solid #DADADA'});
239 $('.start-class-link').css({'border-bottom':'1px solid #DADADA'});
344 .css({'width':width+'px'})
347 $('#devdoc-nav a.totop').css({'display':'block','width':$("#nav").innerWidth()+'px'});
433 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
596 $("#swapper").css({height:navHeight + "px"});
601 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
602 //subtract 10px to account for drag bar
607 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
611 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
937 .css({'height':$("#nav-tree .jspContainer .jspPane").height() +'px'});
1132 div.css({position: "relative", "z-index": "2", left: "0px"});
1139 ul.css(sizeCss, ulSize+"px").css(animCss, -(curr*liSize));
1141 div.css(sizeCss, divSize+"px");
1814 $dragBar.css({'width': $dragBar.parent().width() - 5 + "px"});
1832 $('#devdoc-nav a.totop').css({'display':'block','width':$("#nav").innerWidth()+'px'});