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

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

XMLWordPrintable

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

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

        1. wsnw.png
          8 kB
          TheIlluminative

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

              Created:
              Updated:
              Resolved: