On Sep 1, 2008, at 4:49 PM, davor wrote:

> On the "change password" page (when you go to edit your users in
> Django administration) submit button is floated right and it's
> container (<div class="submit-row">) doesn't wrap around it because
> submit button hasn't got clear:both set. or something similar.

I think you should open a ticket for it.

But an easier way to do it is to just use clearfix:

<div class="submit-row clearfix">

---
David Zhou
[EMAIL PROTECTED]




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to