From: Isarra Date: Wed, 28 Oct 2015 18:09:06 +0000 (+0000) Subject: Get rid of the !importants in the Special:Search form styling X-Git-Tag: 1.31.0-rc.0~9170 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=293d3236cb57c2839ce2ff36546b3073df0795f1;p=lhc%2Fweb%2Fwiklou.git Get rid of the !importants in the Special:Search form styling Change-Id: Ibf77eaa6060caba8b6b83439f18f99ea9204ca56 --- diff --git a/resources/src/mediawiki.special/mediawiki.special.search.css b/resources/src/mediawiki.special/mediawiki.special.search.css old mode 100644 new mode 100755 index 0c8e7094c6..1ce95693c2 --- a/resources/src/mediawiki.special/mediawiki.special.search.css +++ b/resources/src/mediawiki.special/mediawiki.special.search.css @@ -57,9 +57,9 @@ div.searchresult { padding-left: 0.25em; } .mw-search-profile-tabs div.search-types ul { - margin: 0 !important; - padding: 0 !important; - list-style: none !important; + margin: 0; + padding: 0; + list-style: none; } .mw-search-profile-tabs div.search-types ul li { float: left; @@ -87,11 +87,11 @@ div.searchresult { fieldset#mw-searchoptions { margin: 0; - padding: 0.5em 0.75em 0.75em 0.75em !important; + padding: 0.5em 0.75em 0.75em 0.75em; border: none; background-color: #f9f9f9; - border: 1px solid silver !important; - border-top-width: 0 !important; + border: 1px solid silver; + border-top-width: 0; } fieldset#mw-searchoptions legend { display: none;