From: Bartosz DziewoƄski Date: Tue, 4 Feb 2014 19:42:08 +0000 (+0100) Subject: Remove HTML back-compat styles from I5fe0543e X-Git-Tag: 1.31.0-rc.0~16697^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=c6da71b844650d3f671e087b72c95604e54a31fd;p=lhc%2Fweb%2Fwiklou.git Remove HTML back-compat styles from I5fe0543e To be merged 31 days after deployment of the aforementioned patch to Wikimedia wikis. Change-Id: Ib9f59b6d4aa434a1e9d9c416d267324e1fcdd45a --- diff --git a/skins/vector/components/search.less b/skins/vector/components/search.less index a0eb658607..4252f722ba 100644 --- a/skins/vector/components/search.less +++ b/skins/vector/components/search.less @@ -107,41 +107,3 @@ div#simpleSearch { z-index: 1; } } - -// The following styles exist only for backwards-compatibility with -// cached HTML and are to be removed before 1.23 release. - -/* Fix direction changed for awful hacks */ -.sitedir-ltr div#simpleSearch button#searchButton { - /* @noflip */ - direction: ltr; -} -.sitedir-rtl div#simpleSearch button#searchButton { - /* @noflip */ - direction: rtl; -} - -div#simpleSearch button#searchButton { - position: absolute; - padding: 0; - padding-top: 0.3em; - padding-bottom: 0.2em; - padding-right: 0.4em; - margin: 0; - border: none; - background-color: transparent; - background-image: none; - text-indent: 0; - - /* OVERRIDDEN BY COMPLIANT BROWSERS */ - img { - border: none; - margin: 0; - margin-top: -3px; - padding: 0; - } - /* IGNORED BY IE6 */ - > img { - margin: 0; - } -}