Project:Terms of Use
Version:6.x-1.9
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi.

Currently, the checkbox shows at the top of the Terms of Use box. Is there any way to move it so that it's at the bottom, after the user has read the terms?

Example of current behaviour:
http://www.cultureblast.ca/user/register

Thanks

Julianna

Comments

#1

Status:active» closed (won't fix)

Check box is at the bottom (check your xhtml source...) it's a problem with your CSS...

Add

#edit-I-agree-wrapper{
    clear:both;
}