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

Fix Missing ".rtl .loading_indicator" RTL Loading Indicator Position And Margin Rules

    XMLWordPrintable

Details

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

    Description

      When using an RTL language, the loading indicator that pops up when you press the delete cookies button is not positioned correctly.

       

      This can be solved by adding a rule to the bidi.css file to match the one in the common.css file.

       

      File:

      bidi.css
      

      Find:

      /* Miscellaneous styles
      ---------------------------------------- */

      Add Before:

      /* jQuery popups
      ---------------------------------------- */
      .rtl .loading_indicator {
          margin-left: 0;
          margin-right: -50px;
          left: auto;
          right: 50%;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: