elky / django-flat-theme

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

Wrong field style caused by its name #12

Closed fabiocaccamo closed 9 years ago

fabiocaccamo commented 9 years ago

I had a situation where 2 fields were on the same row, I checked the css and I saw that one of them had a class called field-box just because the field name was box, so I solved it reming the field, but it would be better to use a different naming convention to prevent that this could happen.

elky commented 9 years ago

Well this theme is just CSS skin for default django admin.

So please report this issue to django bug tracker - https://docs.djangoproject.com/en/1.8/internals/contributing/bugs-and-features/#reporting-bugs

Thanks!