Lines Matching refs:margin
404 .css({'width':'auto','margin':''})
566 $('#devdoc-nav .totop').css({left: -(newLeft - parseInt($('#side-nav').css('margin-left')))});
633 // Could be either margin or top position, depending on whether the nav is fixed.
634 var topMargin = (parseInt($nav.css('margin-top')) || parseInt($nav.css('top'))) + 1;
635 // add 1 for the #side-nav bottom margin
668 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
1212 ul.css({margin: "0", padding: "0", position: "relative", "list-style-type": "none", "z-index": "1"});
1394 var animCss = "margin-left";
1414 frame.animate({ 'margin-left' : -(curr*content_width) }, o.speed, o.easing,
1937 'margin' : $('#side-nav').css('margin')
1948 'margin' : $('#side-nav').css('margin')