Home | History | Annotate | Download | only in js

Lines Matching refs:margin

566    Then minus the margin so the video isn't actually the full window height. */
569 var marginTop = $("#video-frame").css('margin-top').split('px')[0];
853 // Could be either margin or top position, depending on whether the nav is fixed.
855 // add 1 for the #side-nav bottom margin
890 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
1105 .css({'width':'auto','margin':''});
1498 ul.css({margin: "0", padding: "0", position: "relative", "list-style-type": "none", "z-index": "1"});
1680 var animCss = "margin-left";
1700 frame.animate({ 'margin-left' : -(curr*content_width) }, o.speed, o.easing,
2905 'margin' : $('#side-nav').css('margin')
2916 'margin' : $('#side-nav').css('margin')