Home | History | Annotate | Download | only in flot

Lines Matching refs:margin

1417 			divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
1426 container.style.cssText = "visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px";
1442 tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
1452 // Check box-sizing and margin behavior
1454 div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
1464 // Check if div with explicit width and no margin-right incorrectly
1465 // gets computed margin-right based on width of container. For more
1468 // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
6545 rmargin = /^margin/,
6838 // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right
6917 // both box models exclude margin, so add it if we want it
6918 if ( extra === "margin" ) {
6931 // at this point, extra isn't border nor margin, so remove border
6932 if ( extra !== "margin" ) {
7111 // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
7153 margin: "",
9109 attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
9350 // note: when an element has margin: auto the offsetLeft and marginLeft
9415 // margin is only for outerHeight, outerWidth
9416 jQuery.fn[ funcName ] = function( margin, value ) {
9417 var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
9418 extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
9449 }, type, chainable ? margin : undefined, chainable, null );