From: Huji Date: Fri, 6 Aug 2010 10:57:59 +0000 (+0000) Subject: Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned... X-Git-Tag: 1.31.0-rc.0~35677 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=e919b8a89cbe51bc246fe02656c0d0294bcb0ed1;p=lhc%2Fweb%2Fwiklou.git Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned) elements of the page are mirrored to right correctly. --- diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 2fde7a0880..cd1e4059e7 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -1153,3 +1153,9 @@ div.vectorTabs ul { background-position:left bottom; background-repeat:no-repeat; } + +/* Convenience links to edit block, delete and protect reasons */ +p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, +p.mw-filedelete-editreasons, p.mw-delete-editreasons { + float: left; +} \ No newline at end of file