Different Chrome checkbox styles

checkbox, css, google-chrome

Solution

I figured it out. The other site was zoomed slightly in Chrome. The CSS style to flip to the alternate rendering is...zoom.

`zoom: 1.1`

Problem

I have the same version of Chrome 31 open for two sites, and one site has the checkbox on the right, and I checked the styles in the debugger but I can't seem to figure out what is causing it. it must be a custom Chrome style applied since it's just using standard `<input type="checkbox" />` this is the checkbox with a larger css `width` and `height`: Both sites use `<input type="checkbox">`

Original source