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

Fix background-position of top2-class in prosilver for RTL-languages.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Styles
    • None
    • firefox 3.6.7, php 5.2.13, phpMyAdmin 3.2.4

      In prosilver style of Arabic language which uses bidi.css as it is a right to left language, the background "the arrow" of "back to top link" using the class "top2" is in wrong position, instead of being on the right side of the word it is in the left side.
      I solved the problem by adding this to the bidi.css file after .rtl a.top2 { :

      background-position:100% 50%;

            nickvergessen Joas Schilling
            dawn birth dawn birth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: