Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17245

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      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;
      }

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

              Created:
              Updated: