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

Remove Surplus ".rtl .post" | ".post" RTL And LTR Post Background Position And Background Repeat Rules

    XMLWordPrintable

Details

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

    Description

      The bidi.css and common.css files contain a background image rule on posts, this is probably left over from old versions that had border radius images and is no longer used.

       

      File:

      bidi.css
      

      Delete:

      /* Round cornered boxes and backgrounds
      ---------------------------------------- */
      .rtl .post {
          background-position: 0 0;
      }

       

      File:

      common.css
      

      Find:

      .post {
          padding: 5px 10px;
          margin-bottom: 4px;
          background-repeat: no-repeat;
          background-position: 100% 0;
          border-radius: 7px;
          position: relative;
      }

      Change To:

      .post {
          padding: 5px 10px;
          margin-bottom: 4px;
          border-radius: 7px;
          position: relative;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: