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

Remove Surplus ".rtl .row .pagination" RTL Row Pagination Background Position Rule

    XMLWordPrintable

Details

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

    Description

      The bidi.css file has a surplus background position rule on the row pagination, probably left over from previous changes.

       

      It can be removed by following the step below,

       

      File:

       

      bidi.css
      

       

       

      Find:

       

      .rtl .row .pagination {
          background-position: 100% 50%;
          float: left;
          padding-left: 0;
          padding-right: 15px;
      }

       

       

      Change To:

       

      .rtl .row .pagination {
          float: left;
          padding-left: 0;
          padding-right: 15px;
      }

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: