With the default blueprint theme I'm having issues with the alignment of checkboxes and radio buttons. I know I can try to realign them in a custom theme using CSS, but I wanted to confirm they are set up correctly.

The misalignment seems to be compounded when an error is displayed, particularly in Firefox 3.0.11 (Mac).

See screenshots.

CommentFileSizeAuthor
Firefox-poll.png13.45 KBdrew reece
Safari-blocks.png19.96 KBdrew reece
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drew reece’s picture

Anyone else seen this bug?

drew reece’s picture

It happens for me with a new version of Drupal 6.13 and using the Blueprint 6.x-1.2 theme.
My subtheme is a also affected by the bug. The test site has no other modules active and was clean installed.

designerbrent’s picture

Status: Active » Fixed

The bug comes is actually in the Blueprint framework (I'm currently on 0.9.1) and can be found in sites/all/themes/blueprint/blueprint/blueprint/screen.css on line 87:

input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

You could file a bug over at http://blueprintcss.lighthouseapp.com

drew reece’s picture

designerbrent good point,
It was stupid of me to assume it was due to Drupal & not the Blueprint CSS code. It was because I can't recall having this bug with an earlier (non drupal) usage of blueprint css. My bad.

I posted a ticket at blueprintcss.lighthouseapp.com, and pointed it back here for reference.

Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

designerbrent’s picture

Version: 6.x-1.2 » 6.x-1.6

I have just committed a temporary fix for this into the Drupal module. It will be available in the 1.x and the 1.6 versions.

drew reece’s picture

That seems to have fixed it. There is still a minor alignment issue in Firefox, but it close enough. Maybe it will get rolled into the framework one day :)

Thank you designerbrent at least it now works in Drupal.