Home | History | Annotate | Download | only in js

Lines Matching refs:margin

478             .css({'width':'auto','margin':''})
641 $('#devdoc-nav .totop').css({left: -(newLeft - parseInt($('#side-nav').css('margin-left')))});
698 // Could be either margin or top position, depending on whether the nav is fixed.
699 var topMargin = (parseInt($nav.css('margin-top')) || parseInt($nav.css('top'))) + 1;
700 // add 1 for the #side-nav bottom margin
733 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
1276 ul.css({margin: "0", padding: "0", position: "relative", "list-style-type": "none", "z-index": "1"});
1458 var animCss = "margin-left";
1478 frame.animate({ 'margin-left' : -(curr*content_width) }, o.speed, o.easing,
2041 'margin' : $('#side-nav').css('margin')
2052 'margin' : $('#side-nav').css('margin')