https://bugzilla.wikimedia.org/show_bug.cgi?id=1061
--- Comment #14 from Ahmad Sherif <[email protected]> 2009-02-01 19:44:03 UTC --- Created an attachment (id=5767) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5767) proposed patch I made a patch which may help displaying external links icons (and the new rss-feed icons). It was tested under * IE 6.0.2900.2180 - Windows XP SP2 * IE 7.0.5730.11 - Windows XP SP2 * Opera 7.54u2 - Windows XP SP2 * Opera 8.54 - Windows XP SP2 * Opera 9.63 - Ubuntu 8.10 * Firefox 3.0.5 - Ubuntu 8.10, Windows XP SP2 * Safari 3.2.1 - Windows XP SP2 * Konqueror 4.1.3 - Ubuntu 8.10 Because FF2 has a problem with padding when the document is rtl, so it has to be disabled. The patch supposes that there are two extra css files (FF2Fixes.css and Opera9Fixes.css) and one extra icon (external-rtl.png), the last one is a mirror image of external.png. FF2Fixes.css: .rtl .external, a.feedlink { padding: 0 !important; background: none !important; } Opera9Fixes.css: .rtl #bodyContent a.external { background-image: url(external-rtl.png); padding-right: 0; padding-left: 13px; } .rtl a.feedlink { background-position: right; padding-right: 0; padding-left: 16px; } -- 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
