elky / django-flat-theme

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

The edit and add icons are too close together on the change page #19

Closed jarshwah closed 9 years ago

jarshwah commented 9 years ago

I think the icons on the change page for add/edit are either too small, or too close together. I've attached a screenshot to demonstrate.

flat-admin-icons

I added a margin-left: 5px to the .form-row img selector, and it looks more reasonable - though the icons still look too small:

flat-admin-icons-margin

I'm not sure how much scope you have to effect this kind of change since you're aiming for backwards compatibility with the existing admin.

elky commented 9 years ago

Done. Will be available in next release soon. Thanks for reporting!