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

Fix Missing ".rtl blockquote cite > span" RTL Quote Block Cite Float Rule

    XMLWordPrintable

Details

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

    Description

      If using an RTL language and viewing a topic which includes quotes, the block quote cite (username and time) are next to each other on the same side rather than on each side like in the standard LTR languages.

       

      This is due to a missing float rule in the bidi.css file.

       

      I have added screen shots of both LTR and RTL to show the problem.

       

      File:

      bidi.css
      

       

      Find:

      .rtl blockquote cite:before, .rtl .uncited:before {
          padding-left: 5px;
      }

       

      Add Below:

      .rtl blockquote cite > span {
          float: left;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: