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.

37 lines
846 B

  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. Credits
  13. =======
  14. Contributors
  15. ------------
  16. * Holger Brunn <hbrunn@therp.nl>
  17. Maintainer
  18. ----------
  19. .. image:: http://odoo-community.org/logo.png
  20. :alt: Odoo Community Association
  21. :target: http://odoo-community.org
  22. This module is maintained by the OCA.
  23. 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.
  24. To contribute to this module, please visit http://odoo-community.org.