https://bugzilla.wikimedia.org/show_bug.cgi?id=42366

       Web browser: ---
             Bug #: 42366
           Summary: Change the float of #p-personal list items to follow
                    directionality of the page
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Internationalization
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


In order for the RTL layout to exactly mirror the LTR layout, when it comes to
the portlets on the top of the page, the li's should float:right

Right now, they always float:left regardless of the directionality of the wiki.

In simple words, applying this rule to RTL pages fixes the problem:


#p-personal ul li {
    float: right;
}


It needs to be fixed in the Common.css

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to