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

Remove Duplicate CP Rule From bidi.css

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.3.8
    • 3.3.11
    • Styles
    • None

    Description

      There is a responsive CP rule in bidi.css on line 791 which is exactly the same as the one on line 732

       

      bidi.css

       

      Line 732:

      /* Responsive *CP navigation
      ----------------------------------------*/
      @media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
      {
          .rtl .cp-menu, .rtl .navigation, .rtl .cp-main {
              float: none;
          }
      }

       

      Line 791:

      /* Responsive *CP navigation
      ----------------------------------------*/
      @media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
      {
          .rtl .cp-menu, .rtl .navigation, .rtl .cp-main {
              float: none;
          }
      }

      Attachments

        Activity

          People

            Crizzo Crizzo
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: