Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17260

Fix Missing ".rtl .signature ul, .rtl .signature ol" RTL Lists In Signatures Margin Rule

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      If using an RTL language and you have a signature which contains a list - either OL or UL, it won't be displayed properly, due to a missing rule.

       

      This can be solved by adding a rule to the bidi.css file to match the one in the content.css file.

       

      I have attached both an LTR and an RTL screenshot to show the differences.

       

      File:

      bidi.css
      

      Find:

      .rtl .signature {
          clear: right;
      }

       

      Add Below:

      .rtl .signature ul, .rtl .signature ol {
          margin: 0.8em 3em 0.9em 0;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: