Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special / whatlinkshere.less
blob8105707a17e69d7d9b99722b594e0ba2b54005bb
1 /*!
2  * Styling for Special:WhatLinksHere
3  */
5 @import 'mediawiki.skin.variables.less';
7 .mw-special-Whatlinkshere {
8         .oo-ui-fieldsetLayout-group {
9                 max-width: 50em;
11                 .oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
12                         border: 0;
13                         padding: 0;
14                 }
16                 // Hide extra `legend`s when grouping form in sections.
17                 .oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header {
18                         display: none;
19                 }
20         }
22         #mw-htmlform-whatlinkshere-ns {
23                 display: flex;
24                 justify-content: space-between;
25                 align-items: end;
26                 flex-wrap: wrap;
27                 // To remove the left padding when its child checkbox is wrapped.
28                 margin-left: -@spacing-100;
29         }
31         #mw-htmlform-whatlinkshere-ns > .mw-htmlform-field-HTMLSelectNamespace {
32                 flex-grow: 1;
33                 padding-left: @spacing-100;
34         }
36         #mw-htmlform-whatlinkshere-ns > .mw-htmlform-field-HTMLCheckField {
37                 padding-left: @spacing-100;
38         }
40         #mw-htmlform-whatlinkshere-filter > .mw-htmlform-field-HTMLCheckField {
41                 display: inline-block;
42                 padding-right: @spacing-100;
43         }