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

Fix Missing ".rtl .action-bar > .pagination" RTL Pagination 500px Responsive Float And Text Align Rules

    XMLWordPrintable

Details

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

    Description

      On small screens, (below 500px) the pagination becomes centred but if you use an RTL language the pagination does not become centred due to a missing float and text align rule in the bidi.css file.

       

      I have added screen shots of both LTR and RTL so you can see the difference.

       

      File:

      bidi.css
      

      Find:

          .rtl p.responsive-center {
              float: none;
              text-align: center;
              margin-bottom: 5px;
          } 

      Add Below:

          .rtl .action-bar > .pagination {
              float: none;
              text-align: center;
          }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: