Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17255

Fix Wrong ".rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd" RTL Responsive Fieldset Margin Rule

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      The bidi.css file has an incorrect margin size on the fieldset rules, this means that when using an RTL language, things like the subject box in responsive mode are not aligned correctly.

       

      I have added screen shots of both LTR and RTL to show the difference.

       

      File:

       

      bidi.css
      

       

       

      Find:

       

          .rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {
              margin-right: 20px;
          }

       

       

      Change To:

       

          .rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {
              margin-right: 0;
          }

       

       

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

              Created:
              Updated: