From: Rotem Liss Date: Fri, 1 May 2009 19:08:22 +0000 (+0000) Subject: Removed float from the user login form in RTL interface - caused display problems... X-Git-Tag: 1.31.0-rc.0~41913 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=62181b1679c810a10bd844f0d0ae76d5f108a826;p=lhc%2Fweb%2Fwiklou.git Removed float from the user login form in RTL interface - caused display problems in FF2, and in LTR interfaces there is no float there. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fd1e32ec59..c9ffcfae67 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -106,6 +106,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit * (bug 18069) Fixed some CSS validation issues with colors * (bug 18207) Strange spacing before [[irc:...]] links +* Removed float from the user login form in RTL interface - caused display + problems in FF2 == API changes in 1.16 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d3214dd477..fc6424ee02 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1477,7 +1477,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '216'; +$wgStyleVersion = '217'; # Server-side caching: diff --git a/skins/modern/rtl.css b/skins/modern/rtl.css index 0c5fc4fbc8..f6cd0ebe63 100644 --- a/skins/modern/rtl.css +++ b/skins/modern/rtl.css @@ -79,7 +79,6 @@ input#wpSave, input#wpDiff { } #userlogin { - float: right; margin: 0 0 1em 3em; } /* Convenience links to edit block, delete and protect reasons */ diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 82124a2b24..59e994dc9a 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -211,7 +211,6 @@ input#wpSave, input#wpDiff { } #userlogin { - float: right; margin: 0 0 1em 3em; } /* Convenience links to edit block, delete and protect reasons */ diff --git a/skins/simple/rtl.css b/skins/simple/rtl.css index 9f893ea04d..a5a2b59f69 100644 --- a/skins/simple/rtl.css +++ b/skins/simple/rtl.css @@ -148,7 +148,6 @@ input#wpSave, input#wpDiff { } #userlogin { - float: right; margin: 0 0 1em 3em; } /* Convenience links to edit block, delete and protect reasons */