Bootstrap all the things, including Zope2.
zope2_bootstrap is a new Python package that monkey patches Zope2 in order to:
- Replace manage_page_styles.css.dtml styles with Twitter Bootstrap styles.
- Adds CSS classes to main and/or manage_main tables.
- Inserts a Plone logo (if Plone is installed) above manage_tabs.dtml tabs (h/t: https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/patches/addzmiplonesite.py).
- Inserts a ZMI warning (if Plone is installed) below manage_tabs.dtml tabs.
In the next version, I’ll try to import Twitter Bootstrap JavaScript for even more goodness. Enjoy, and give feedback in the comments, or here.