From: jenkins-bot Date: Thu, 23 Feb 2017 15:28:42 +0000 (+0000) Subject: Merge "Revert "Temporary hax to hide cawiki's hacked in search sidebar"" X-Git-Tag: 1.31.0-rc.0~4008 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=0ab1808578a42cb7d26cf0350a12443663fa6fc4;p=lhc%2Fweb%2Fwiklou.git Merge "Revert "Temporary hax to hide cawiki's hacked in search sidebar"" --- 0ab1808578a42cb7d26cf0350a12443663fa6fc4 diff --cc resources/src/mediawiki.special/mediawiki.special.search.interwikiwidget.styles.less index b4629c765e,923b81a019..8d63902c5b --- a/resources/src/mediawiki.special/mediawiki.special.search.interwikiwidget.styles.less +++ b/resources/src/mediawiki.special/mediawiki.special.search.interwikiwidget.styles.less @@@ -199,31 -197,26 +199,26 @@@ span the interwiki results across the b } /* mobile */ -@media only screen and ( max-width:768px ) { - #mw-interwiki-results { - width: 100%; - } - .mw-search-results { - max-width: none !important; - } - .iw-resultset { - width: 45% !important; - margin-left: 0.5em !important; - margin-right: 0.5em !important; - } - -} - -@media only screen and ( max-width:600px ) { - .iw-resultset { - width: 100% !important; - margin-left: 0 !important; - margin-right: 0 !important; - max-width: none !important; - } +@media only screen and ( max-width: 768px ) { + #mw-interwiki-results { + width: 100%; + } + .mw-search-results { + max-width: none !important; + } + .iw-resultset { + width: 45% !important; + margin-left: 0.5em !important; + margin-right: 0.5em !important; + } + +} + +@media only screen and ( max-width: 600px ) { + .iw-resultset { + width: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + max-width: none !important; + } } - - /* Evil temporary hax for cawiki */ - #sisterproject { - display: none; - }