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


Ahmad Sherif <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #21 from Ahmad Sherif <[email protected]>  2009-01-28 
11:41:06 UTC ---
The icons is still shown in RTL wikis (e.g. Arabic and Hebrew wikipedia). It
looks good in FF3 and Konqueror (and perhaps Safari since it acts like FF3).
But in Opera 9 (and perhaps the rest of browsers), the text overrides the icons
and there is an ugly padding to the right. As mentioned in comment 18 and bug
16502, the problem also exists for the external links icons. Those lines in
common_rtl.css are useless /* feed links */
a.feedlink {
        background: none;
        padding-left: 0;
}
since common_rtl.css is  not loaded in RTL wikis for some reason. Instead, They
need to be placed in rtl.css with the !important keyword like external icons in
the same file, which maybe like
a.feedlink {
        background: none !important;
        padding: 0 !important;
}


-- 
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