Revert r52410 (Put the [edit] link after the section header instead of before, and...
[lhc/web/wiklou.git] / skins / simple / rtl.css
index 7c815b1..a5a2b59 100644 (file)
@@ -40,6 +40,11 @@ html>body .portlet {
        float: right;
        clear: right;
 }
+.editsection {
+       float: left;
+       margin-right: 5px;
+       margin-left: 0; /* bug 9122: undo default LTR */
+}
 /* recover IEMac (might be fine with the float, but usually it's close to IE */
 *>body .portlet {
        float: none;