X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special.search.styles.css;h=dcb51fa34bc1fa813f0f0fc6b56aa3885a534ca0;hb=8c2eb40f59e3514fcecb7c4e4a5cf79c4eae8ba8;hp=1179f904845241b1ef99f010814b180fde25266c;hpb=f2d4db9d03a984d998db9044e63e548597511eb6;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special.search.styles.css b/resources/src/mediawiki.special.search.styles.css index 1179f90484..dcb51fa34b 100644 --- a/resources/src/mediawiki.special.search.styles.css +++ b/resources/src/mediawiki.special.search.styles.css @@ -1,5 +1,7 @@ /* Special:Search */ +/* stylelint-disable selector-class-pattern */ + /* * Fixes sister projects box moving down the extract * of the first result (T18886). @@ -187,3 +189,19 @@ /* Note that this color won't affect the link, as desired. */ color: #d33; } + +#mw-search-togglebox { + float: right; +} + +#mw-search-togglebox label { + margin-right: 0.25em; +} + +#mw-search-togglebox input { + margin-left: 0.25em; +} + +.client-nojs #mw-search-togglebox { + display: none; +}