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

Navbar items show as 2 lines in RTL on Chrome/Opera

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 3.1.0
    • 3.1.12-RC1
    • Styles
    • None
    • PHP 5.4.3, MySQL 5.5.24, Chrome 38.0.2125.111 m (64-bit), Opera 12.17

    Description

      After updating to phpBB 3.1.0 or installing new one, when the board in opened from Chrome browser or Opera, the navbar is not showing well in RTL languages (Arabic here) as it's divided to 2 lines (image illustrating it in attachments).

      A simple solution to this would be to open styles/prosilver/them/common.css, find:
      .navbar

      { padding: 3px 10px; border-radius: 7px; }

      Replace with:
      .navbar

      { padding: 3px 10px; border-radius: 7px; white-space: nowrap; }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              TheIlluminative TheIlluminative
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: