Open ghost opened 9 years ago
Why?
because the default size is too small, and there's lots of empty space?
and I don't want to put in this class one by one for my fields.
is there a way to do this automatically for all text fields?
Please see my comments here: #58
"""2) If you wish do not wish to use spanX classes, and used fixed width, you can increase twitter bootstrap default width for all inputs using following CSS in your projects .css file:"""
is there a way to add to ALL fields? what is this project css file?
You can extend base_site.html
as Django and Django Suit documentation suggests and include your own project.css
file where you can set global styles for vTextField
by yourself.
Read more here: http://django-suit.readthedocs.org/en/develop/index.html#templates
And example file: https://github.com/darklow/django-suit/blob/master/suit/templates/admin/base_site.html
Thanks @darklow, your solution works like a charm. To me, this issue could be closed.
Can you include the class
input-block-level
by default such as: