[Webkit-unassigned] [Bug 17759] font-family/font-size is causing misalignment issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 10:51:46 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17759





------- Comment #2 from ddkilzer at webkit.org  2008-05-15 10:51 PDT -------
Created an attachment (id=21168)
 --> (http://bugs.webkit.org/attachment.cgi?id=21168&action=view)
Correct way to fix this

I don't think this is a bug.  Different browsers are going to render checkboxes
(and the space around them) differently.  If you always want the checkbox next
to the text, use a "white-space: nowrap;" style around each checkbox and label
text.  Then it should work for every web browser (that supports basic CSS
styles).

If you want to be more user-friendly, add id attributes to each <input> tag and
use <label for=""></label> tags around the text for each checkbox to make the
click area bigger.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list