Found another interesting conflict/bug. I use a line of code in my CSS shamelessly lifted from the Wordpress default theme.
font-size: 62.5%;
on the body tag which resets 1em to 10px.
However this seems to be causing the checkboxes and radio inputs to be out of alignment (the labels for these fields is lower then the inputs.
Removing the font reset code from the CSS eliminates the problem (although it throws all my fonts off in size).
I have gone and removed ALL CSS except this one line and was still able to observe the problem.
I can't think of any reason that line of CSS should cause this problem nor can I fix it so far. Any thoughts would be appreciated!
I have observed this in Firefox. I haven't checked IE yet.. not sure I want to LOL.
Thanks for any help on this and great plugin!
P.S. I tested this on the default Kubrick theme and saw the same thing
P.P.S I looked in IE and Opera and FF on Windows and the alignment issue only seems present in FF in Linux though the first bug I reported seems to be browser agnostic and affects them all.
Posted 14 years ago on Saturday January 9, 2010 |
Permalink