aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.widgets/mw.widgets.ComplexNamespaceInputWidget.base.less
blob: a2272a3795dca75729da799ab489894b8f3b75db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*!
 * MediaWiki Widgets - base ComplexNamespaceInputWidget styles.
 *
 * @copyright 2011-2025 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

@import 'mediawiki.skin.variables.less';

.mw-widget-complexNamespaceInputWidget {
	.mw-widget-namespaceInputWidget,
	.oo-ui-fieldLayout {
		display: inline-block;
		margin-right: @spacing-100;
	}

	/* TODO FieldLayout is not supposed to be used the way we use it here */
	.oo-ui-fieldLayout {
		vertical-align: middle;
		margin-bottom: 0;

		&.oo-ui-fieldLayout-align-inline.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-labelElement-label {
			padding-left: @spacing-50;
		}
	}

	.mw-widget-namespaceInputWidget {
		max-width: 20em;
	}
}