r79244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79243‎ | r79244 | r79245 >
Date:10:49, 30 December 2010
Author:catrope
Status:deferred
Tags:
Comment:
Live hack for bug 26284: float edit deletion reasons link and other such links left instead of right on RTL wikis. This is not needed in trunk because ResourceLoader takes care of it there
Modified paths:
  • /branches/wmf/1.16wmf4/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/common/shared.css
@@ -140,6 +140,12 @@
141141 float: right;
142142 }
143143
 144+body.rtl p.mw-ipb-conveniencelinks, body.rtl p.mw-protect-editreasons,
 145+body.rtl p.mw-filedelete-editreasons, body.rtl p.mw-delete-editreasons,
 146+body.rtl p.mw-revdel-editreasons {
 147+ float: left;
 148+}
 149+
144150 /* Search results */
145151 .searchresults {
146152 }

Status & tagging log