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

Remove Duplicate Search ".rtl .search-box .inputbox" RTL Padding Rule

    XMLWordPrintable

Details

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

    Description

      The bidi.css file contains a duplicate padding rule on the search-box inputbox class.

       

      The forms.css file contains a rule which does the same and is the one anyone working on a style would adjust.

       

      It's trivial and makes no difference if it is there or not, removing it from the bidi.css file saves a bit of space and saves any confusion.

       

      File:

      bidi.css
      

       

      Find:

      .rtl .search-box .inputbox {
          border-left-width: 0;
          border-right-width: 1px;
          border-radius: 0 4px 4px 0;
          float: right;
          padding: 3px;
      }

      Change To:

      .rtl .search-box .inputbox {
          border-left-width: 0;
          border-right-width: 1px;
          border-radius: 0 4px 4px 0;
          float: right;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: