Replicating multicolumn lists from the Django admin CSS
- by mfalcon
Hi, I'm developing a Django project and I've to show a multicolumn list for the different objects of a table. I like the design of the django-admin for showing list-objects so I looked at the code to see how it works. As I am a CSS begginer the code seemed a bit difficult and extensive to comprehend.
Is there a simplier way to make what I want or actually the CSS code of the django-admin is the path to follow?