1. 21 Dec, 2022 2 commits
  2. 20 Dec, 2022 1 commit
  3. 19 Dec, 2022 13 commits
  4. 18 Dec, 2022 2 commits
  5. 16 Dec, 2022 12 commits
  6. 13 Dec, 2022 1 commit
  7. 12 Dec, 2022 2 commits
  8. 09 Dec, 2022 2 commits
    • Jérome Perrin's avatar
      gadget_html_viewer: only set a border for tables with border=1 attribute · ac0ad881
      Jérome Perrin authored
      gadget_html_viewer had styles to add a border for tables, so that they
      look similar to tables added in CKEditor. One problem is that all tables
      had borders, because HTML emails are often using tables to position the
      content, when viewing an Mail Message from ERP5 back office interface
      we could see all the borders, which looked a bit ugly.
      
      These changes bring back a behavior closer to default style sheet of
      browsers: tables have no border by default, but a rule is added to
      emulate the rendering of border="1" attributes, so that tables edited
      with CKEditor have borders and look the same in the editor or in the
      html viewer.
      ac0ad881
    • Jérome Perrin's avatar
  9. 08 Dec, 2022 1 commit
  10. 07 Dec, 2022 1 commit
  11. 06 Dec, 2022 3 commits