Re: CSS error in change_password.html

2008-09-01 Thread David Zhou
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 () doesn't wrap around it because > submit button hasn't got clear:both set. or something similar. I think you

CSS error in change_password.html

2008-09-01 Thread davor
Hi, On the "change password" page (when you go to edit your users in Django administration) submit button is floated right and it's container () doesn't wrap around it because submit button hasn't got clear:both set. or something similar. I suggest using overflow:auto on .submit-row class so str