You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.3 KiB

  1. CSS classes for widgets
  2. =======================
  3. For simple UI changes, having classes attached to widgets giving
  4. information about the model being displayed can be essential.
  5. For instance, to apply some CSS to the name field in forms for tasks,
  6. ::
  7. .oe_model_project_task input[name='name']
  8. {
  9. //your CSS
  10. }
  11. will be enough.
  12. Bug Tracker
  13. ===========
  14. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  15. In case of trouble, please check there if your issue has already been reported.
  16. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  17. `here <https://github.com/OCA/web/issues/new?body=module:%20web_dom_model_classes%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  18. Credits
  19. =======
  20. Contributors
  21. ------------
  22. * Holger Brunn <hbrunn@therp.nl>
  23. Maintainer
  24. ----------
  25. .. image:: http://odoo-community.org/logo.png
  26. :alt: Odoo Community Association
  27. :target: http://odoo-community.org
  28. This module is maintained by the OCA.
  29. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  30. To contribute to this module, please visit http://odoo-community.org.