Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-3488

XInha: lists, quotes, blockquotes and def lists don't indent

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • r2.10.00
    • r2.10.00
    • front-end-core
    • None

    Description

      Lists should indent in a backend template with a xinha field. By default this indentation is removed.

      More info:
      In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px:

      • { margin : 0; padding : 0;}

      This will also remove indentation of lists, quotes, blockquotes and def lists.
      Adding the following lines should fix it:
      ol, ul, dl

      {margin-left: 2.5em;}

      blockquote

      {margin: 0 2.5em 0 2.5em;}

      Attachments

        Activity

          People

            abogaart Arthur Bogaart
            mbrand Mathijs Brand (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: