Closed (won't fix)
Project:
Profile Privacy
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 19:58 UTC
Updated:
24 Mar 2011 at 10:46 UTC
Is there any way to make the checkbox appear next to (to the right of on the same line) the profile field it references?
Comments
Comment #1
greta_drupal commentedYes. You can use CSS to set the checkbox to display:inline / float:right. The checkbox follows the field description. However, IIRC, it is a global mod for all checkbox 'sentences', so for any fields that use a description (e.g., ones with more than a few words), it doesn't look great.
Comment #2
seaneffel commentedSounds like the CSS solution is the best. If someone wanted to reopen this with a patch that added some unique classes to the output of the module, that would be awesome.
Comment #3
maerys commentedI'm with you. Would like to render the box and text outside of the description div.