elky / django-flat-theme

A flat theme for Django admin interface. Modern, fresh, simple.
Other
413 stars 46 forks source link

Layout problem on multiple element by line admin rendering #7

Closed Christophe31 closed 9 years ago

Christophe31 commented 9 years ago

Hi,

I'm having (with my French up to date Firefox Linux & Windows) issues on rendering.

I may be cause of the problem as I added chosen widget…

[edit] I am the cause of the problem, my widget need to disable overflow hidden in form row and it does it automatically… and if I use !important to overflow hidden, my widget don't work properly as it can't pop from the line…

I agree it's not really your issue but I don't really know how to handle my MixIn which works pretty well in classic admin.

screen_flat_bug

Do you think of a work around for advanced admin user injecting widget relying on classic overflowing style?

elky commented 9 years ago

@Christophe31 I think clearfix would be a solution to fix it. Can you attach screenshot of this section in classic admin view, please?

Christophe31 commented 9 years ago

Haha, sorry, you got me, I tryed this widget in admin but apparently not in a mutiple widget per line context… my bad.

But you are right, even if horizontal lines still go anywhere, clear:all; fix most of the issue.

Thanx a lot for your quick answer…