From 09a46053da9828a43b79869c2db6b917c29f282c Mon Sep 17 00:00:00 2001 From: Danny B Date: Tue, 24 Feb 2009 18:01:30 +0000 Subject: [PATCH] * (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present --- RELEASE-NOTES | 1 + skins/common/shared.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 26e333d9d0..2f95a435d8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -220,6 +220,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17546) Correct Tongan language native name is "lea faka-Tonga" * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere * (bug 17460) Client ecoding is now correctly set for PostgreSQL +* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions diff --git a/skins/common/shared.css b/skins/common/shared.css index b66ca0e04c..1a80176aa3 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -14,7 +14,7 @@ span.texhtml { font-family: serif; } #wikiPreview.ontop { margin-bottom: 1em; } /* Stop floats from intruding into edit area in previews */ -#toolbar, #wpTextbox1 { clear: both; } +#editform, #toolbar, #wpTextbox1 { clear: both; } div#mw-js-message { margin: 1em 5%; -- 2.20.1